diff --git a/client/src/views/fields/base.js b/client/src/views/fields/base.js index 42e1d5cc61..b05ed6d7f9 100644 --- a/client/src/views/fields/base.js +++ b/client/src/views/fields/base.js @@ -172,7 +172,7 @@ Espo.define('views/fields/base', 'view', function (Dep) { data: function () { var data = { scope: this.model.name, - name: this.name,W + name: this.name, defs: this.defs, params: this.params, value: this.getValueForDisplay()