Skip to content

Commit

Permalink
Merge pull request #5376 in SW/shopware from sw-19747/5.3/load-attrib…
Browse files Browse the repository at this point in the history
…utes-of-product-exports to 5.3

* commit '913517ed52fc0c59dc4930ac41610bc844d23371':
  SW-19747 - Load attributes of product exports in backend
  • Loading branch information
janbuecker committed Aug 30, 2017
2 parents 8e6e63f + 913517e commit 8e0e4a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Ext.define('Shopware.apps.ProductFeed.view.feed.Window', {
if(me.record.data.formatId == 0) me.record.data.formatId = 1;

me.formPanel.loadRecord(me.record);
me.attributeForm.loadAttribute(me.record.get('id'));
}
},

Expand Down

0 comments on commit 8e0e4a0

Please sign in to comment.