mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-27 07:56:38 +00:00
Adjusted navigation to work on non-standalone servers (see bug3713)
This commit is contained in:
+1
-1
@@ -123,6 +123,6 @@ public class DesktopPlacesNavigator extends AbstractPlaceNavigator {
|
||||
}
|
||||
|
||||
public PlaceNavigation<? extends AbstractUserProfilePlace> getUserProfileNavigation() {
|
||||
return createGlobalPlaceNavigation(new UserProfileDefaultPlace());
|
||||
return createLocalPlaceNavigation(new UserProfileDefaultPlace());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user