fix array
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
|
||||
************************************************************************/
|
||||
|
||||
Espo.define('Views.Fields.ArrayInt', 'Views.Fields.Array', function (Dep) {
|
||||
Espo.define('views/fields/array-int', 'views/fields/array', function (Dep) {
|
||||
|
||||
return Dep.extend({
|
||||
|
||||
|
||||
@@ -130,6 +130,10 @@ Espo.define('views/fields/array', ['views/fields/base', 'lib!Selectize'], functi
|
||||
}
|
||||
},
|
||||
|
||||
setupOptions: function () {
|
||||
|
||||
},
|
||||
|
||||
afterRender: function () {
|
||||
if (this.mode == 'edit') {
|
||||
this.$list = this.$el.find('.list-group');
|
||||
|
||||
Reference in New Issue
Block a user