Skip to content

Commit

Permalink
Objects: Tabpanel in Block breaks Pimcore #3138
Browse files Browse the repository at this point in the history
  • Loading branch information
weisswurstkanone committed Aug 16, 2018
1 parent 8e0898b commit cfc6741
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ pimcore.object.tags.block = Class.create(pimcore.object.tags.abstract, {

// var items = this.getRecursiveLayout(this.layoutDefinitions[type]).items;
var fieldConfig = this.fieldConfig;
var items = this.getRecursiveLayout(fieldConfig);

var items = this.getRecursiveLayout(fieldConfig, undefined, undefined, undefined, undefined, undefined, true);

items = items.items;

var blockElement = new Ext.Panel({
Expand Down

0 comments on commit cfc6741

Please sign in to comment.