Actions
Bug #80642
closedModule Menu stays collapsed on reload if collapsed once
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2017-04-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint
Description
Reproduce:
1. Collapse the module menu by clicking on the top left button.
2. Un-collapse it.
3. Reload backend.
The state gets correctly saved to the UC but is handled incorrectly in the JS, since it is a string it always behaves as boolean true and therefore collapsed = false can never happen.
Updated by Gerrit Code Review over 7 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/52322
Updated by Daniel Goerz over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1ad24af28c80c0a09767c7a79c3f3295582f6122.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions