79681737

Date: 2025-06-27 09:52:34
Score: 3
Natty:
Report link

I have come to the conclusion that what I want is impossible. Once an event trigger function is run, it has to finish before another event trigger function can start. Thus if trigger postLoad of product in which I load variants, first the product postLoad function finishes and after that it runs the variants postLoad function.

The salution to my issue then was to move the logic in variant postLoad into a service function, which I call in the product postLoad function.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Orion Rowan