File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,7 @@ export class SecondaryMenuHelper {
4141 const menuItems : MenuItem [ ] = [ ] ;
4242 let label : string = "" ;
4343 if ( UserHelper . checkAccess ( Permissions . membershipApi . roles . view ) ) menuItems . push ( { url : "/settings" , label : Locale . label ( "components.wrapper.set" ) , icon : "settings" } ) ;
44- // Temporarily hidden - mobile apps menu item
45- // if (UserHelper.checkAccess(Permissions.contentApi.content.edit)) menuItems.push({ url: "/settings/mobile", label: "Mobile Apps", icon: "phone_iphone" });
44+ if ( UserHelper . checkAccess ( Permissions . contentApi . content . edit ) ) menuItems . push ( { url : "/settings/mobile" , label : "Mobile Apps" , icon : "phone_iphone" } ) ;
4645 if ( UserHelper . checkAccess ( Permissions . membershipApi . server . admin ) ) menuItems . push ( { url : "/admin" , label : Locale . label ( "components.wrapper.servAdmin" ) , icon : "admin_panel_settings" } ) ;
4746 if ( data . formPermission ) menuItems . push ( { url : "/forms" , label : Locale . label ( "components.wrapper.forms" ) , icon : "description" } ) ;
4847
You can’t perform that action at this time.
0 commit comments