formula higher

This commit is contained in:
yuri
2018-07-18 11:37:55 +03:00
parent 712a450734
commit 3aec3ef6d2
@@ -35,7 +35,8 @@ Espo.define('views/admin/entity-manager/record/edit-formula', 'views/record/base
setup: function () {
Dep.prototype.setup.call(this);
this.createField('beforeSaveCustomScript', 'views/fields/formula', {
targetEntityType: this.options.targetEntityType
targetEntityType: this.options.targetEntityType,
height: 500
}, 'edit');
}