diff --git a/public/js/document/printcontainer.js b/public/js/document/printcontainer.js index 5b51fba..535cf6f 100644 --- a/public/js/document/printcontainer.js +++ b/public/js/document/printcontainer.js @@ -65,7 +65,8 @@ pimcore.document.printcontainer = Class.create(pimcore.document.printabstract, { items.push(this.workflows.getLayout()); } - return pimcore.helpers.getTabBar({items: items, defaults: {autoScroll:true}}); + this.tabbar = pimcore.helpers.getTabBar({items: items, defaults: {autoScroll:true}}); + return this.tabbar; } });