Skip to content
Snippets Groups Projects
Commit 5b4c0b92 authored by Andreas Fernandez's avatar Andreas Fernandez
Browse files

[BUGFIX] Convert Node to DocumentFragment for modal consumption in EXT:dashboard

The patches #98164 and #98165 conflicted with each other as one made
the modal API stricter while the other populated the modal with a
soon-to-be invalid configuration. This currently breaks all subsequent
builds.

The modals received objects of type `Node` which are not consumable by
jQuery's `append()` method. To solve this issue, `Node` is now converted
to a `DocumentFragment`, which can be consumed by all involved parties.

Resolves: #98177
Related: #98164
Related: #98165
Releases: main
Change-Id: I4524b383e559d3b1342c0bf95e435caec6d36cc6
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75517


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent a642351c
No related merge requests found
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