fix select related

This commit is contained in:
yuri
2015-07-13 10:03:42 +03:00
parent 5e66d2e2c1
commit 012e4d609d
+1 -1
View File
@@ -211,7 +211,7 @@ Espo.define('views/detail', 'views/main', function (Dep) {
this.notify('Loading...');
var viewName = this.getMetadata().get('clientDefs.' + scope + '.modalViews.edit') || 'Modals.Edit';
this.createView('quickCreate', 'Modals.Edit', {
this.createView('quickCreate', viewName, {
scope: scope,
relate: {
model: this.model,