This commit is contained in:
2020-03-05 18:23:37 +00:00
parent d649875e3a
commit 59e6b971e2
4 changed files with 115 additions and 174 deletions

View File

@@ -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
//