- Issue created by @acbramley
- Status changed to Needs work
almost 2 years ago 3:42am 5 July 2023 - last update
almost 2 years ago 5 pass - @acbramley opened merge request.
- 🇦🇺Australia acbramley
Actually this whole action is broken.
public function execute($object = NULL) { $this->executeMultiple([$object]); }
This is a recursive loop, ActionBase::executeMultiple does this:
public function executeMultiple(array $entities) { foreach ($entities as $entity) { $this->execute($entity); } }
- last update
almost 2 years ago 5 pass - Status changed to Needs review
3 months ago 9:28am 8 January 2025