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