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
{{ message }}
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Registration modal(s) currently show all possible options for User Groups (eg. Fire, Police, State, EMS) regardless of if the "First Responder" or "Law Enforcement" is selected.
Describe the solution you'd like
User Groups shown on modal filtered based $modeIs.
Is your feature request related to a problem? Please describe.
Registration modal(s) currently show all possible options for User Groups (eg. Fire, Police, State, EMS) regardless of if the "First Responder" or "Law Enforcement" is selected.
Describe the solution you'd like
User Groups shown on modal filtered based $modeIs.
Possible Values
$modeIs = "fistResponder"
$modeIs = "lawEnforcement"
Describe alternatives you've considered
The alternative is currently in production code. Showing ALL options regardless of initial selection.
The text was updated successfully, but these errors were encountered: