- 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;
|
||||
},
|
||||
|
||||
@@ -73,6 +73,7 @@ module.exports = {
|
||||
TABLES_UPDATE_LASTMODIFIED: ['myskills', 'mybots'],
|
||||
|
||||
TABLES_PERM_CHANGE_FOR_USERS: ['myskills'],
|
||||
TABLES_PERM_NEWREC: ['skills', 'subskills'],
|
||||
|
||||
VISIB_ALL: 0,
|
||||
VISIB_ONLYIF_VERIFIED: 1,
|
||||
|
||||
Reference in New Issue
Block a user