- Add New Record directly by the QSelect

This commit is contained in:
paoloar77
2022-01-28 00:57:39 +01:00
parent 842a041fe5
commit fd79893ddc
7 changed files with 133 additions and 83 deletions

View File

@@ -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;
},