Actions
Bug #89705
openFolder selector should not throw `FolderDoesNotExistException` when folder is renamed
Status:
New
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2019-11-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When editors select a folder in a content element via the folder selector, TYPO3 remembers this selection for the next time the folder selector is used.
Unfortunately the editor will be in trouble, if this folder gets renamed/moved/deleted as this results in a FolderDoesNotExistException
.
The attached patch file deals with the problem (though I'm quite certain that this is the wrong way).
Files
Actions