This commit is contained in:
2020-07-31 21:27:28 +00:00
parent 3488740103
commit ecc931dfc0
6 changed files with 1092 additions and 9 deletions

View File

@@ -167,9 +167,9 @@ async function clickHandler(menuItem) {
params: { recordid: 0 }
});
break;
case "extensions":
let res = await m.vm.$refs.extensions.open();
break;
// case "extensions":
// let res = await m.vm.$refs.extensions.open();
// break;
case "directnotify":
//nav to direct notify with list of users appended to route
if (m.vm.selected.length == 0) {