Skip to content

Commit

Permalink
fix(productSync): Add missing action group
Browse files Browse the repository at this point in the history
  • Loading branch information
junajan committed Apr 6, 2017
1 parent bc7d436 commit 576b0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coffee/sync/product-sync.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ProductUtils = require './utils/product'
# # do nothing
class ProductSync extends BaseSync

@actionGroups = ['base', 'references', 'prices', 'attributes', 'images', 'variants', 'categories']
@actionGroups = ['base', 'references', 'prices', 'attributes', 'images', 'variants', 'categories', 'categoryOrderHints']

# Public: Construct a `ProductSync` object.
constructor: ->
Expand Down

0 comments on commit 576b0b6

Please sign in to comment.