Actions
Bug #94024
closedException on moving non workspace aware record in workspaces
Start date:
2021-04-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When moving a non workspace aware record while in a workspace, following exception is thrown:
(1/1) #1381512761 TYPO3\CMS\Core\Type\Exception\InvalidEnumerationValueException Invalid value "" for enumeration "TYPO3\CMS\Core\Versioning\VersionState"
Steps to reproduce:
- Install https://github.com/TYPO3/styleguide and create styleguide page tree with data in the styleguide module
- Change to non-live workspace
- Go to List module on page "elements select"
- Cut element "bus_lane.jpg" (record type:
tx_styleguide_elements_select_single_12_foreign
) - Go to another page and paste the record
- Exception is thrown
Updated by Gerrit Code Review over 3 years ago
- Status changed from New 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/c/Packages/TYPO3.CMS/+/68922
Updated by Gerrit Code Review over 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68932
Updated by Oliver Bartsch over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5055da7886c4b177747be4a9963ff7548ed322a2.
Actions