-
podarok →
committed 24227385 on 2.0.x authored by
Odai Atieh →
Issue #3197629 by JordiK, Odai Atieh: New API hooks to react on inline...
-
podarok →
committed 24227385 on 2.0.x authored by
Odai Atieh →
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Needs review
11 months ago 5:49pm 9 December 2023 - 🇩🇪Germany geek-merlin Freiburg, Germany
Short review: I like the idea, but this needs some work. If someone is still wanting to work on this, i can give a full review.
- 🇦🇹Austria jordik
I can work on this.
@geek-merlin: What exactly needs to be done? - 🇦🇹Austria jordik
Re-rolled the patch for 3.x.-dev.
There was a change in the function determineBundle introduced in 🐛 Wrong bundle form is displayed if user has permissions to create only one of the available bundles Fixed .
It is now using $this->getCreateBundles() instead of $this->getTargetBundles() to solve the issue of user permissions to create certain bundles to be respected. Passed $context as variable to the function to allow for the API call.
Works now as expected. Please review.