This commit is contained in:
@@ -27,8 +27,8 @@ todo: AyaFormFieldDefinitions looking a little suspect now as it gets huge.
|
|||||||
|
|
||||||
|
|
||||||
currently doing: MEMO -
|
currently doing: MEMO -
|
||||||
MemoDataList needs criteria implemented and rest of fields defined, then can do the list form here
|
READ menu items
|
||||||
Memo form field definitions
|
Reply, Forward
|
||||||
|
|
||||||
search results should not pull up other's memo's
|
search results should not pull up other's memo's
|
||||||
exclude from searching? Not searchable??
|
exclude from searching? Not searchable??
|
||||||
|
|||||||
@@ -557,6 +557,24 @@ function generateMenu(vm) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (vm.rights.change) {
|
||||||
|
menuOptions.menuItems.push({
|
||||||
|
title: "MemoForward",
|
||||||
|
icon: null,
|
||||||
|
key: FORM_KEY + ":forward",
|
||||||
|
vm: vm
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
if (vm.rights.change) {
|
||||||
|
menuOptions.menuItems.push({
|
||||||
|
title: "MemoReply",
|
||||||
|
icon: null,
|
||||||
|
key: FORM_KEY + ":reply",
|
||||||
|
vm: vm
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
menuOptions.menuItems.push({ divider: true, inset: false });
|
menuOptions.menuItems.push({ divider: true, inset: false });
|
||||||
|
|
||||||
window.$gz.eventBus.$emit("menu-change", menuOptions);
|
window.$gz.eventBus.$emit("menu-change", menuOptions);
|
||||||
@@ -584,6 +602,8 @@ async function fetchTranslatedText(vm) {
|
|||||||
"MemoToID",
|
"MemoToID",
|
||||||
"MemoFromID",
|
"MemoFromID",
|
||||||
"MemoSent",
|
"MemoSent",
|
||||||
|
"MemoForward",
|
||||||
|
"MemoReply",
|
||||||
"MemoCustom1",
|
"MemoCustom1",
|
||||||
"MemoCustom2",
|
"MemoCustom2",
|
||||||
"MemoCustom3",
|
"MemoCustom3",
|
||||||
|
|||||||
Reference in New Issue
Block a user