From 3d176421b54840e2c06b794007330906ef12a6e5 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 20 Dec 2022 22:11:12 +0000 Subject: [PATCH] case 4357 --- ayanova/devdocs/todo.txt | 1 - ayanova/src/components/extension-delete-control.vue | 3 ++- ayanova/src/components/extension-tags-control.vue | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 5ac2a593..e69de29b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -1 +0,0 @@ -test new \ No newline at end of file diff --git a/ayanova/src/components/extension-delete-control.vue b/ayanova/src/components/extension-delete-control.vue index 33289832..449a4c12 100644 --- a/ayanova/src/components/extension-delete-control.vue +++ b/ayanova/src/components/extension-delete-control.vue @@ -49,7 +49,8 @@ export default { //NOTE: if extension doesn't support a particular object add it here to the NoType default if ( vm.dataListSelection.AType != 0 && - vm.dataListSelection.AType != window.$gz.type.PartInventoryRestock + vm.dataListSelection.AType != window.$gz.type.PartInventoryRestock && + vm.dataListSelection.AType != window.$gz.type.PartInventoryDataList ) { vm.rights = window.$gz.role.getRights(vm.dataListSelection.AType); } diff --git a/ayanova/src/components/extension-tags-control.vue b/ayanova/src/components/extension-tags-control.vue index e24ed34d..65c1a187 100644 --- a/ayanova/src/components/extension-tags-control.vue +++ b/ayanova/src/components/extension-tags-control.vue @@ -71,7 +71,8 @@ export default { if ( vm.dataListSelection.AType != 0 && - vm.dataListSelection.AType != window.$gz.type.PartInventoryRestock + vm.dataListSelection.AType != window.$gz.type.PartInventoryRestock && + vm.dataListSelection.AType != window.$gz.type.PartInventoryDataList ) { vm.rights = window.$gz.role.getRights(vm.dataListSelection.AType); }