- πΊπΈUnited States hipp2bsquare Temple, New Hampshire
I'm going to make a new version of this patch for the 2.0.x branch.
- Merge request !6Issue #3213915: Support custom user form modes. β (Closed) created by hipp2bsquare
- Status changed to Needs review
over 1 year ago 5:47pm 28 June 2023 - πΊπΈUnited States hipp2bsquare Temple, New Hampshire
Please review MR !6, which supports custom user form modes on RoleAssign 2.0.x.
It identifies user form modes by checking the base form id. If the base form is the user form, then the form id is added to the $user_forms array:
if (($form_state->getBuildInfo()['base_form_id']) == 'user_form') { $user_forms[] = $form_id; }
I then made the user forms code the default case on the switch() statement.
- Issue was unassigned.
- Status changed to Fixed
7 months ago 9:06am 15 April 2024 -
svendecabooter β
committed e4ab0e0f on 2.0.x
Issue #3213915 by hipp2bsquare: Support custom user form modes
-
svendecabooter β
committed e4ab0e0f on 2.0.x
Automatically closed - issue fixed for 2 weeks with no activity.