Actions
Bug #80387
closedAccess TYPO3 be module: enable tooltip after permissions have changed
Start date:
2017-03-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
We all love fancy tooltips!¶
Steps to reproduce the bug¶
- open access/permissions module
- mouse over on some of the permission togglers and you see the bootstrap tooltips instead of the default delayed title
- now click on it
- after the permissions are changed (https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/beuser/Resources/Public/JavaScript/Permissions.js#L76)
- the spans are replaced with javascript AND the tooltips aren't working anymore (event handlers are removed)
Acceptance criteria¶
I want fancy tooltips after changing permissions in the TYPO3 backend module "Access" ¯\_(ツ)_/¯
Updated by Gerrit Code Review over 7 years ago
- Status changed from In Progress 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/52115
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52128
Updated by Anonymous over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6ecf1f21f6d9ef8385d61f61d781efb678653be9.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions