You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I program a sass platform which allowes the customers to create groups for their users. And now I am unable to open the Security section of the admin because of the function call above.
I don't know if the TreeDropdownField would be a better replacement or if that have similar issues.
Currently I cannot even disable the code by removing the DirectGroups field because the code directly runs inside the getCMSFields function.
Thanks for reporting - checking TreeDropdownField would definitely be the first thing I'd recommend trying. Would you like to investigate further and look at raising a PR to fix this?
Description
In the getCMSFields function of Member there is a loop over all groups which create a tree like representation.
https://github.com/silverstripe/silverstripe-framework/blob/5/src/Security/Member.php#L1376
I program a sass platform which allowes the customers to create groups for their users. And now I am unable to open the Security section of the admin because of the function call above.
I don't know if the TreeDropdownField would be a better replacement or if that have similar issues.
Currently I cannot even disable the code by removing the DirectGroups field because the code directly runs inside the getCMSFields function.
Additional context or points of discussion
No response
Validations
The text was updated successfully, but these errors were encountered: