- zoom dialog immagine

This commit is contained in:
Surya Paolo
2024-02-28 23:56:23 +01:00
parent b60f0f9e34
commit 1017a3dfe2
2 changed files with 16 additions and 15 deletions

View File

@@ -25,10 +25,12 @@ const ContribtypeSchema = new Schema({
});
ContribtypeSchema.statics.getFieldsForSearch = function () {
return [{field: 'label', type: tools.FieldType.string}]
};
ContribtypeSchema.statics.executeQueryTable = function (idapp, params) {
params.fieldsearch = this.getFieldsForSearch();
return tools.executeQueryTable(this, idapp, params);
};