This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user