- Aggiunto Filtri

- Finder
This commit is contained in:
Paolo Arena
2021-12-11 00:25:54 +01:00
parent 255982ca0f
commit 3f8a2abd66
5 changed files with 62 additions and 15 deletions

View File

@@ -319,9 +319,9 @@ router.post('/settable', authenticate, (req, res) => {
mydata.idapp = req.user.idapp;
if (shared_consts.TABLES_ID_NUMBER.includes(params.table)) {
if (mydata['_id'] === undefined) {
mydata._id = 1;
}
//if (mydata['_id'] === undefined) {
// mydata._id = 1;
//}
} else if (params.table === 'hours') {
} else {