Actions
Bug #95967
closedDrag & Drop broken in page module
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2021-11-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Given:
- TYPO3 11 installation
- admin user
- disabled hash cache with `$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['hash'][backend'] = \TYPO3\CMS\Core\Cache\Backend\NullBackend::class;`
- page with at least two content elements
Expected:
- one content element can be moved
Actual:
- PHP exception is thrown and content element isn't moved
Actions