Skip to content

Commit

Permalink
SW-17383 - Fix duplicate window entries in taskbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Stange committed Aug 29, 2017
1 parent fbdcc73 commit 095295f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Ext.define('Shopware.attribute.Window', {
layout: 'border',
iconCls: 'sprite-attributes',
allowTranslation: true,
footerButton: false,

initComponent: function() {
var me = this;
Expand Down Expand Up @@ -154,4 +155,4 @@ Ext.define('Shopware.attribute.Window', {
return plain;
}
});
//{/block}
//{/block}

0 comments on commit 095295f

Please sign in to comment.