Merge branch 'hotfix/4.3.1'

This commit is contained in:
yuri
2016-12-21 12:33:26 +02:00

View File

@@ -202,6 +202,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();