case 4357
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
test new
|
|
||||||
@@ -49,7 +49,8 @@ export default {
|
|||||||
//NOTE: if extension doesn't support a particular object add it here to the NoType default
|
//NOTE: if extension doesn't support a particular object add it here to the NoType default
|
||||||
if (
|
if (
|
||||||
vm.dataListSelection.AType != 0 &&
|
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);
|
vm.rights = window.$gz.role.getRights(vm.dataListSelection.AType);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -71,7 +71,8 @@ export default {
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
vm.dataListSelection.AType != 0 &&
|
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);
|
vm.rights = window.$gz.role.getRights(vm.dataListSelection.AType);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user