change varchar filter type order
This commit is contained in:
@@ -34,7 +34,7 @@ Espo.define('views/fields/varchar', 'views/fields/base', function (Dep) {
|
||||
|
||||
searchTemplate: 'fields/varchar/search',
|
||||
|
||||
searchTypeList: ['startsWith', 'endsWith', 'contains', 'equals', 'like', 'isEmpty', 'isNotEmpty'],
|
||||
searchTypeList: ['startsWith', 'contains', 'equals', 'endsWith', 'like', 'isEmpty', 'isNotEmpty'],
|
||||
|
||||
setupSearch: function () {
|
||||
this.events = _.extend({
|
||||
|
||||
Reference in New Issue
Block a user