Bug #77136
closedUploading a file through RTE leads to exception
100%
Description
- Enable Imags in RTE in EM
- Go to a content element with RTE
- Click on the image icon in the RTE
- Switch to "New Magic Image" or "New Plain Image"
- Check the "Overwrite existing files" checkbox
- Upload any file
Explanation:
The (deprecated) combatibility layer in the DuplicationBehavior Enumeration has been removed with #72426.
Here the value "1" is still passed to the DuplicationBehavior::cast()
method wich is no longer mapped to
the correct constant and though leads to the exception.
Updated by Gerrit Code Review over 8 years ago
- Status changed from In Progress 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/49012
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49012
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49012
Updated by Daniel Goerz over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 72230d75afe35bc90830671e37da531b1d60c26e.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed