Actions
Bug #84138
closedRepetitive creation of content elements via wizard not possible anymore
Start date:
2018-03-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
Since the migration of modals to TypeScript, the repetitive creation of content elements is not possible anymore.
Steps to reproduce:- Reload backend
- Open Page module
- Open any page
- Create a new content element via the "+ Content" button
- Choose any content element
- Save and close
- Create a new content element via the "+ Content" button
- Choose any content element
- Uncaught TypeError: Cannot set property 'value' of undefined at HTMLAnchorElement.onclick
Side-effect is that the tabs in the modal also don't work anymore.
Updated by Andreas Kienast about 7 years ago
- Related to Task #82596: EXT:backend Modal.js added
Updated by Gerrit Code Review about 7 years ago
- Status changed from Accepted to Under Review
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/56007
Updated by Andreas Fernandez about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b3ef7c69c17e304951f0f8fe5921022ef56f8373.
Actions