++ DebugOn status (to see what happened)

fix visu activities
This commit is contained in:
Surya Paolo
2022-12-14 22:07:17 +01:00
parent 71e49c31c3
commit cce311cc2c
3 changed files with 249 additions and 1 deletions

View File

@@ -217,7 +217,8 @@ CircuitSchema.statics.getFieldsForSearch = function() {
{field: 'nome_circuito', type: tools.FieldType.string},
{field: 'sotto_nome', type: tools.FieldType.string},
{field: 'nome_valuta', type: tools.FieldType.string},
{field: 'descr', type: tools.FieldType.string}];
{field: 'descr', type: tools.FieldType.string},
];
};
CircuitSchema.statics.executeQueryTable = function(idapp, params, user) {

View File

@@ -120,6 +120,7 @@ const SiteSchema = new Schema({
enableTodos: { type: Boolean },
enableRegByBot: { type: Boolean },
enableRegMultiChoice: { type: Boolean },
enableDebugOn: { type: Boolean },
enabledRegNeedTelegram: { type: Boolean },
showViewGroups: { type: Boolean },
showViewCircuits: { type: Boolean },