Bug #94743
closedFilelist shows invalid link to edit metadata if no metadata exists
100%
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.
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
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/+/70284
Updated by Gerrit Code Review over 3 years ago
Patch set 2 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/+/70284
Updated by Benni Mack over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4a61e024045fd579c94f2026f04808de334a4890.