Actions
Bug #94743
closedFilelist shows invalid link to edit metadata if no metadata exists
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2021-08-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If I have a folder that is read-only or has an invalid folder name, the pencil icon shows up on TYPO3 v10. If I click on the pencil, an exception is thrown:
"Oops, an error occurred!
$uid must be positive integer, 0 given"
This is because the link references to a "" as UID, which is wrong.
TYPO3 v11 already has a sanity check to check if the UID exists.
Actions