mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
Merge branch 'hotfix/4.3.1'
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user