Actions
Bug #95566
closedReturn empty stages list in LIVE workspace
Start date:
2021-10-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
When the Workspaces module is accessed in the LIVE workspace, the underlying code still tries to assemble a list of stages, although the LIVE workspace has none. To avoid downstream errors with undefined array keys, the code should be changed to return an empty list up front.
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/+/71533
Updated by Francois Suter about 3 years ago
NOTE: you need to have a non-admin user to see the error.
Updated by Anonymous about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e256d2e6c16d5b4ad08fd0b1e7fa601c8004d76b.
Actions