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
Actions