User tests: Successful: Unsuccessful:
Pull Request for Issue #45173.
Fixed an issue where TinyMCE editor presets assigned to specific user groups were not being correctly applied when a user belonged to multiple groups in the hierarchy. The code now prioritizes presets based on group specificity, ensuring the most direct user group's preset takes precedence.
TinyMCE loads "Set 0" (the largest set of tools) instead of the assigned "Set 2".
TinyMCE correctly loads "Set 2" (simple set of tools) as assigned to the Publisher group.
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Labels |
Added:
PR-5.2-dev
|
Please rebase this to the 5.3 branch
Category | Front End Plugins | ⇒ | Unit Tests Repository Administration com_admin SQL Postgresql com_associations |
Labels |
Added:
Unit/System Tests
|
Category | Unit Tests Repository Administration com_admin SQL Postgresql com_associations | ⇒ | Front End Plugins |
@brianteeman I've rebased the PR to the 5.3 branch. Let me know if any further changes are needed.
Labels |
Added:
PR-5.3-dev
Removed: Unit/System Tests |
Turns out it was not a bug, I close your PR.
Thanks for effort anyway.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-03-22 09:03:20 |
Closed_By | ⇒ | Fedik |
All you need is just to place
break 2;
after this line:joomla-cms/plugins/editors/tinymce/src/PluginTraits/DisplayTrait.php
Lines 152 to 154 in 8cd35f2