This commit is contained in:
@@ -74,6 +74,17 @@ export default {
|
||||
delete: false
|
||||
};
|
||||
},
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
// Get a default FULL rights object for forms that don't really need
|
||||
// to check rights but fits into system for forms in place (e.g. change password)
|
||||
//
|
||||
fullRightsObject() {
|
||||
return {
|
||||
change: true,
|
||||
read: true,
|
||||
delete: true
|
||||
};
|
||||
},
|
||||
/////////////////////////////////
|
||||
// oType is the name of the object type as defined in ayatype.js
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user