- MyProfile
- Immagine profilo e small
This commit is contained in:
@@ -93,6 +93,13 @@ CitySchema.statics.getFieldsForSearch = function () {
|
||||
|
||||
CitySchema.statics.executeQueryTable = function (idapp, params) {
|
||||
params.fieldsearch = this.getFieldsForSearch();
|
||||
|
||||
const strfind = params.search;
|
||||
|
||||
if (strfind === '') {
|
||||
return [];
|
||||
}
|
||||
|
||||
return tools.executeQueryTable(this, 0, params);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user