Bug #88295
closedUnable to add content elements inside of gridelement
0%
Description
With the new TYPO3 9.5.6 released today, I can't add content elements into a gridelement.
If I want to add an new content element the modal is empty and a JavaScript error occurs:
TypeError: require is not a function
It only works for content elements outside of a gridelement container.
Step to reproduce
- Have a TYPO3 9.5.6 instance with the extension gridelementsteam/gridelements (version 9.2.0) installed and some gridelements defined
- Select a page and add a gridelement
- Create a new content element into the gridelement
- The exception occurs like described above
I've tested it with an TYPO3 9.5.5 with the same configurations and it worked as expected.
Files
Updated by David Kranz over 5 years ago
- File screenshot.png screenshot.png added
Updated by Markus Klein over 5 years ago
Double-checked with v8.7.25 too, it's not affected.
Updated by Andreas Kienast over 5 years ago
- Status changed from New to On Hold
I can confirm the issue, it's caused by the bugfix for #88075.
We will check whether we can circumvent this, since it's technically no public API that was changed.
Updated by Andreas Kienast over 5 years ago
- Related to Bug #88075: mod.web_layout.disableNewContentElementWizard=1 added
Updated by Gerrit Code Review over 5 years ago
- Status changed from On Hold to Under Review
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60715
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60716
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60717
Updated by Markus Klein over 5 years ago
Gridelements v9.2.1 was released to fix the problem.
Updated by Andreas Kienast over 5 years ago
- Status changed from Under Review to Closed
I'm closing this ticket since an upstream fix in gridelements has been released.