fix import error field

This commit is contained in:
Yuri Kuznetsov
2022-08-29 17:59:25 +03:00
parent 02cb7c1fd5
commit 6db74ec68f
@@ -49,6 +49,10 @@ define('views/import-error/fields/line-number', ['views/fields/int'], (Dep) => {
'rowIndex';
},
getAttributeList: function () {
return [this.sourceName];
},
getValueForDisplay: function () {
let value = this.model.get(this.sourceName);