constDEFAULT_PERMISSIONS_WARNING="The All Users group has a higher level of access than this, which is overriding this setting. You should limit or revoke the All Users group's access to this item."
message:"This will also change this group's data access to Unrestricted for this database."
};
}
},
warning(groupId,entityId){
if (hasGreaterPermissions(getNativePermission(permissions,groupId,entityId),getNativePermission(permissions,defaultGroupId,entityId),["write","read","none"])){