Merge branch 'design2015' of ssh://sapsailing.com/home/trac/git into design2015-cleanup

This commit is contained in:
Papick Garcia Taboada
2016-02-03 16:15:52 +01:00
2 changed files with 3 additions and 3 deletions
@@ -36,11 +36,11 @@ public class ExperimentalFeatures {
/**
* Enables/disables user management on desktop by showing/hiding the respective menu in the upper right corner.
*/
public static final boolean SHOW_USER_MANAGEMENT_ON_DESKTOP = false;
public static final boolean SHOW_USER_MANAGEMENT_ON_DESKTOP = true;
/**
* Enables/disables user management on mobile UI by showing/hiding the respective menu item(s) in the upper right menu.
*/
public static final boolean SHOW_USER_MANAGEMENT_ON_MOBILE = false;
public static final boolean SHOW_USER_MANAGEMENT_ON_MOBILE = true;
/**
* Provide buttons for user management login via social services like facebook or google.
*/
@@ -8,5 +8,5 @@ public class ExperimentalFeatures {
/**
* Enables/disables user management on race board by showing/hiding the respective menu in the upper right corner.
*/
public static final boolean SHOW_USER_MANAGEMENT_ON_RACEBOARD = false;
public static final boolean SHOW_USER_MANAGEMENT_ON_RACEBOARD = true;
}