++ DebugOn status (to see what happened)
fix visu activities
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user