This commit is contained in:
2021-06-10 19:32:24 +00:00
parent 3ac3b65a0e
commit 6dd4cb50b4
2 changed files with 161 additions and 0 deletions

View File

@@ -95,6 +95,16 @@ export default {
delete: true
};
},
///////////////////////////////////////////////////////////////////////
// Get a read only rights object (customer workorder for example)
//
readOnlyRightsObject() {
return {
change: false,
read: true,
delete: false
};
},
/////////////////////////////////
// aType is the name of the object type as defined in ayatype.js
//