fix edit view link to detail

This commit is contained in:
yuri
2015-10-16 12:33:59 +03:00
parent dd0ef5455e
commit 2bc56db4c6
+1 -1
View File
@@ -67,7 +67,7 @@ Espo.define('views/edit', 'views/main', function (Dep) {
if (this.options.noHeaderLinks) {
arr.push(name);
} else {
arr.push('<a href="#' + this.model.name + '/view/' + this.model.id + '" class="action" data-action="navigateToRoot">' + name + '</a>');
arr.push('<a href="#' + this.model.name + '/view/' + this.model.id + '" class="action">' + name + '</a>');
}
}
return this.buildHeaderHtml(arr);