Skip to content

Commit

Permalink
removed obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
weisswurstkanone authored Apr 16, 2018
1 parent c78d128 commit a7f70b5
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ pimcore.plugin.outputDataConfigToolkit.Plugin = Class.create(pimcore.plugin.admi

uninstall: function() {

},

postOpenObject: function(object, type) {
if(pimcore.globalmanager.get("user").isAllowed("plugin_outputDataConfigToolkit")) {
var configTab = new pimcore.plugin.outputDataConfigToolkit.Tab(object, type);
object.tab.items.items[1].insert(object.tab.items.items[1].items.length, configTab.getLayout());
pimcore.layout.refresh();
}
}
});

Expand Down

0 comments on commit a7f70b5

Please sign in to comment.