ItEr37S16RFMaquetacionDesenhoAplicacionItEr36S18: Added 2nd level direct links for scheduling section
* Implementation of entrypoints pending to work properly
This commit is contained in:
parent
0260999da7
commit
d9c11bc652
1 changed files with 5 additions and 1 deletions
|
|
@ -167,7 +167,11 @@ public class CustomMenuController extends Div implements IMenuItemsRegister {
|
|||
}
|
||||
|
||||
public void initializeMenu() {
|
||||
topItem(_("Scheduling"), "/planner/index.zul");
|
||||
topItem(_("Scheduling"), "/planner/index.zul", subItem(
|
||||
_("Company view"), "/planner/index.zul#company_view"), subItem(
|
||||
_("General resource allocation"),
|
||||
"/planner/index.zul#company_resources"), subItem(
|
||||
_("Orders list"), "/planner/index.zul#company_orders"));
|
||||
|
||||
topItem(_("Resources"), "/resources/worker/worker.zul",
|
||||
subItem(_("Workers List"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue