Skip to content

Commit

Permalink
menuTree user disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
heejinchoi committed Nov 23, 2018
1 parent 3d7ad42 commit 0b2c659
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,9 @@ private List<Menu> getAllListMenu() {
menu.setMenu_type(Menu.ADMIN);
menuList.add(getRootMenu(menu.getMenu_type()));
menuList.addAll(menuService.getListMenu(menu));
menu.setMenu_type(Menu.USER);
menuList.add(getRootMenu(menu.getMenu_type()));
menuList.addAll(menuService.getListMenu(menu));
// menu.setMenu_type(Menu.USER);
// menuList.add(getRootMenu(menu.getMenu_type()));
// menuList.addAll(menuService.getListMenu(menu));
return menuList;
}
}

0 comments on commit 0b2c659

Please sign in to comment.