Actions
Bug #95687
closedPHP warning in BackendUtility
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Target version:
-
Start date:
2021-10-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
PHP Warning: Undefined array key "uid" in /var/www/html/typo3/sysext/backend/Classes/Utility/BackendUtility.php line 1449
Happened when trying to publish a record in workspaces. The $swapRecord doesn't have a uid in $row defined.
Files
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71874
Updated by Oliver Hader about 3 years ago
Can you provide a stack trace? I guess this also might/should be fixed in the ext:workspaces
layer...
Updated by Nikita Hovratov about 3 years ago
- File stacktrace.html stacktrace.html added
Here you are!
Updated by Nikita Hovratov about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 346cd70afd2cb28204804a306448e772e29cbdb5.
Actions