fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user