Control commit
This commit is contained in:
parent
26f31afaf8
commit
2b6a8be664
3 changed files with 9 additions and 12 deletions
|
|
@ -275,12 +275,7 @@ public class CustomMenuController extends Div implements IMenuItemsRegister {
|
|||
}
|
||||
}, "01-introducion.html#id2"));
|
||||
}
|
||||
/* planningItems.add(subItem(_("RiskLog"), new ICapture() {
|
||||
@Override
|
||||
public void capture() {
|
||||
globalView.g
|
||||
}
|
||||
}*/
|
||||
|
||||
if (SecurityUtils.isSuperuserOrUserInRoles(UserRole.ROLE_PLANNING)) {
|
||||
planningItems.add(subItem(_("Resources Load"), new ICapture() {
|
||||
@Override
|
||||
|
|
@ -305,12 +300,14 @@ public class CustomMenuController extends Div implements IMenuItemsRegister {
|
|||
"/orders/imports/projectImport.zul", ""));
|
||||
}
|
||||
|
||||
planningItems.add(subItem(_("Logs"), new ICapture() {
|
||||
|
||||
//TODO There is some problem here!
|
||||
/*planningItems.add(subItem(_("Logs"), new ICapture() {
|
||||
@Override
|
||||
public void capture() {
|
||||
globalView.goToLogs();
|
||||
}
|
||||
}, "01-asd"));
|
||||
}, "01-asd"));*/
|
||||
|
||||
if (!planningItems.isEmpty()) {
|
||||
topItem(_("Planning"), "/planner/index.zul", "", planningItems);
|
||||
|
|
|
|||
|
|
@ -47,8 +47,8 @@ public interface IGlobalViewEntryPoints {
|
|||
@EntryPoint("limiting_resources")
|
||||
public void goToLimitingResources();
|
||||
|
||||
@EntryPoint("asd")
|
||||
public void goToLogs();
|
||||
/* @EntryPoint("logs")
|
||||
public void goToLogs();*/
|
||||
|
||||
@EntryPoint("orders_list")
|
||||
public void goToOrdersList();
|
||||
|
|
|
|||
|
|
@ -516,10 +516,10 @@ public class
|
|||
getTabsRegistry().show(resourceLoadTab);
|
||||
}
|
||||
|
||||
@Override
|
||||
/*@Override
|
||||
public void goToLogs() {
|
||||
getTabsRegistry().show(logsTab);
|
||||
}
|
||||
}*/
|
||||
|
||||
@Override
|
||||
public void goToCompanyLimitingResources() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue