Skip to content

Commit

Permalink
Merge pull request #785 from dpfaffenbauer/settings-event
Browse files Browse the repository at this point in the history
[CoreBundle] add event for store settings
  • Loading branch information
dpfaffenbauer authored Jan 21, 2019
2 parents 25f3ded + add8ec6 commit 79e8a53
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,8 @@ coreshop.core.settings = Class.create({
]
});

coreshop.broker.fireEvent('coreShop.settings.store', this, shopPanel);

return shopPanel;
}
});

0 comments on commit 79e8a53

Please sign in to comment.