This commit is contained in:
yuri
2018-10-23 15:25:31 +03:00
parent 5e26f8da37
commit 2c410f4ecc
+1 -1
View File
@@ -136,7 +136,7 @@ Espo.define('views/modals/related-list', ['views/modal', 'search-manager'], func
this.header += this.options.title || this.getLanguage().translate(this.link, 'links', this.model.name);
if (this.options.listViewUrl) {
this.header += '<a href="'+this.options.listViewUrl+'">'+this.header+'</a>';
this.header = '<a href="'+this.options.listViewUrl+'">'+this.header+'</a>';
}
this.header = iconHtml + this.header;