InfiniteScroll: Le liste (Beni / Servizi / Eventi) devono essere caricate in automatico, scorrendo la lista...
fix category
This commit is contained in:
@@ -253,6 +253,10 @@ router.post('/settable', authenticate, async (req, res) => {
|
||||
mydata.createdBy = req.user.username;
|
||||
}
|
||||
|
||||
if (shared_consts.TABLES_UPDATE_LASTMODIFIED.includes(params.table)) {
|
||||
mydata.date_updated = new Date();
|
||||
}
|
||||
|
||||
if (shared_consts.TABLES_PERM_NEWREC.includes(params.table)) {
|
||||
if (!consentito) {
|
||||
mydata.verifyrec = false;
|
||||
|
||||
Reference in New Issue
Block a user