This commit is contained in:
@@ -362,14 +362,14 @@ function generateMenu(vm) {
|
||||
});
|
||||
}
|
||||
|
||||
if (vm.rights.change) {
|
||||
menuOptions.menuItems.push({
|
||||
title: "New",
|
||||
icon: "$ayiPlus",
|
||||
key: FORM_KEY + ":new",
|
||||
vm: vm
|
||||
});
|
||||
}
|
||||
// if (vm.rights.change) {
|
||||
// menuOptions.menuItems.push({
|
||||
// title: "New",
|
||||
// icon: "$ayiPlus",
|
||||
// key: FORM_KEY + ":new",
|
||||
// vm: vm
|
||||
// });
|
||||
// }
|
||||
|
||||
menuOptions.menuItems.push({ divider: true, inset: false });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user