- Catalogo: Aggiunta di Schede
This commit is contained in:
@@ -16,6 +16,7 @@ const sendemail = require('../sendemail');
|
||||
const { Settings } = require('../models/settings');
|
||||
|
||||
const { SendNotif } = require('../models/sendnotif');
|
||||
const { MyElem } = require('../models/myelem');
|
||||
|
||||
const { MyBot } = require('../models/bot');
|
||||
|
||||
@@ -1463,6 +1464,9 @@ async function eseguiDbOp(idapp, mydata, locale, req, res) {
|
||||
} else if (mydata.dbop === 'listCollectionsBySize') {
|
||||
mystr = await tools.listCollectionsBySize();
|
||||
ris = { mystr };
|
||||
} else if (mydata.dbop === 'MyElemSetIdPageInsteadThePah') {
|
||||
mystr = await MyElem.SetIdPageInsteadThePah(idapp);
|
||||
ris = { mystr };
|
||||
} else if (mydata.dbop === 'AbilitaNewsletterALL') {
|
||||
await User.updateMany({
|
||||
$or: [
|
||||
|
||||
Reference in New Issue
Block a user