- Add New Record directly by the QSelect
This commit is contained in:
@@ -2090,6 +2090,9 @@ module.exports = {
|
||||
if (shared_consts.TABLES_PERM_CHANGE_FOR_USERS.includes(table)) {
|
||||
return true;
|
||||
}
|
||||
if (shared_consts.TABLES_PERM_NEWREC.includes(table)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user