Skip to content
Snippets Groups Projects
Commit f6967c61 authored by Oliver Bartsch's avatar Oliver Bartsch
Browse files

[BUGFIX] Add resultArray reference for InlineControlContainer customControls hook

InlineControlContainer allows to add custom controls
via a userFunc (hook). However, since the resultArray
was not passed to the userFunc, e.g. no JS module
could be added for the custom control.

This is now fixed by passing the resultArray by reference
to the userFunc.

Resolves: #98199
Releases: main, 11.5
Change-Id: I404d2673a65bb40cf7f389fb5c0f7bec7dcd7c4c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75543


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenjamin Franzke <bfr@qbus.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarBenjamin Franzke <bfr@qbus.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent 6cdf26cd
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment