Skip to content
Snippets Groups Projects
Commit 1228b691 authored by Guillaume Delhumeau's avatar Guillaume Delhumeau
Browse files

XWIKI-12772: Create extension points for the top menu and stop hardcoding its content.

* Fix tests.
parent 256c839a
No related merge requests found
......@@ -428,7 +428,10 @@ public LoginPage login()
*/
public String getCurrentUser()
{
return this.userLink.getText();
toggleDrawer();
String user = this.userLink.getText();
toggleDrawer();
return user;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment