Bug #103980
closedOpendocs counter not updated
100%
Description
The opendocs counter badge is never shown in TYPO3 12 as the OpendocsMenu JavaScript module can not count the open documents due to missing CSS class 't3js-topbar-opendocs-item'. The CSS class was removed in https://github.com/TYPO3-CMS/opendocs/commit/7a8dac2e957f55ea6e1967d3d647140bb7aec550
In TYPO3 13 the counter badge works fine as the JavaScript module was rewritten.
Updated by Gerrit Code Review 6 months ago
- Status changed from New to Under Review
Patch set 1 for branch 12.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/+/84500
Updated by Ulrich Mathes 6 months ago
- Subject changed from Opendocs Counter not updated to Opendocs counter not updated
Updated by Christian Kuhn 6 months ago
- Related to Task #98307: Streamline some backend components added
Updated by Gerrit Code Review 6 months ago
Patch set 2 for branch 12.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/+/84500
Updated by Ulrich Mathes 6 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0c909efe21bf1ce8be4986020427ee3aac3448be.
Updated by Ulrich Mathes 6 months ago
Thanks to @Christian Kuhn @Stefan Bürk for the incredibly fast response time and a nice experience during my first core-ext contribution.