Merge branch 'hotfix/5.8.5' of ssh://172.20.0.1/var/git/espo/backend

This commit is contained in:
Yuri Kuznetsov
2020-03-21 15:17:05 +02:00
+1 -1
View File
@@ -407,7 +407,7 @@ define('views/list', ['views/main', 'search-manager'], function (Dep, SearchMana
returnDispatchParams: returnDispatchParams
});
this.createView('quickCreate', 'views/modals/edit', options, function (view) {
this.createView('quickCreate', viewName, options, function (view) {
view.render();
view.notify(false);
this.listenToOnce(view, 'after:save', function () {