Skip to content

Commit

Permalink
changing parameter name now affects product detail
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin committed Mar 3, 2021
1 parent 527d7b5 commit 7e2da3e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -100,6 +100,7 @@ public static function getSubscribedEvents(): array
{
return [
ParameterEvent::DELETE => 'markAffectedByParameter',
ParameterEvent::UPDATE => 'markAffectedByParameter',
BrandEvent::DELETE => 'markAffectedByBrand',
AvailabilityEvent::UPDATE => 'markAffectedByAvailability',
AvailabilityEvent::DELETE => 'markAffectedByAvailability',
Expand Down

0 comments on commit 7e2da3e

Please sign in to comment.