Lista Doni Navi
This commit is contained in:
2
src/server/models/opzemail.js
Normal file → Executable file
2
src/server/models/opzemail.js
Normal file → Executable file
@@ -24,7 +24,7 @@ const OpzEmailSchema = new Schema({
|
||||
|
||||
|
||||
OpzEmailSchema.statics.getFieldsForSearch = function () {
|
||||
return ['label_it']
|
||||
return [{field: 'label_it', type: tools.FieldType.string}]
|
||||
};
|
||||
|
||||
OpzEmailSchema.statics.executeQueryTable = function (idapp, params) {
|
||||
|
||||
Reference in New Issue
Block a user