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); }