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" ¯\_(ツ)_/¯
Actions