- Aggiunto Filtri
- Finder
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user