- Issue created by @das-peter
- π¨πSwitzerland das-peter
Only when digging through the code I found:
foreach ($roles as $role_id => $role) { $default = ''; if (isset($role_mappings[$role_id]) && is_array($role_mappings[$role_id])) { // Surround any mappings with spaces with double quotes. foreach ($role_mappings[$role_id] as $key => $mapping) { if (strpos($mapping, ' ') !== FALSE) { $role_mappings[$role_id][$key] = '"' . $mapping . '"'; } } $default = implode(' ', $role_mappings[$role_id]); }
So this is supported but just lacks documentation
- Merge request !140Issue #3506034: Document support for groups names with spaces by using quotes β (Merged) created by das-peter
- π¨πSwitzerland das-peter
Added a hint to the role mapping help.
Am not sure how happy I am with the formatting / wording.
Happy for suggestions :) - First commit to issue fork.
- πΊπΈUnited States pfrilling Minster, OH
Thanks for the contribution! I adjusted the language a bit to help clarify the functionality.
-
pfrilling β
committed 83af2d82 on 3.x authored by
das-peter β
Issue #3506034 by das-peter, pfrilling: Document support for groups...
-
pfrilling β
committed 83af2d82 on 3.x authored by
das-peter β
Automatically closed - issue fixed for 2 weeks with no activity.