This commit is contained in:
yuri
2016-12-21 12:20:29 +02:00
parent 8c1142481d
commit 5f481fa2dd
+5
View File
@@ -201,6 +201,11 @@ Espo.define('views/record/detail-bottom', 'view', function (Dep) {
},
setup: function () {
this.type = this.mode;
if ('type' in this.options) {
this.type = this.options.type;
}
this.panelList = [];
this.setupPanels();