fix globals search name field
This commit is contained in:
@@ -35,7 +35,7 @@ Espo.define('views/global-search/name-field', 'views/fields/base', function (Dep
|
||||
data: function () {
|
||||
return {
|
||||
scope: this.model.get('_scope'),
|
||||
name: this.model.get('name'),
|
||||
name: this.model.get('name') || this.translate('None'),
|
||||
id: this.model.id,
|
||||
iconHtml: this.getHelper().getScopeColorIconHtml(this.model.get('_scope'))
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user