Skip to content

Commit

Permalink
SW-19747 - Load attributes of product exports in backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ckilb authored and htkassner committed Aug 29, 2017
1 parent 9b59020 commit 913517e
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 913517e

Please sign in to comment.