Skip to content

Commit

Permalink
fix: Operator representation registration form radio options switched (
Browse files Browse the repository at this point in the history
  • Loading branch information
jerotire authored Sep 27, 2024
1 parent f1802e3 commit 2984dde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class OperatorRepresentation
* @Form\Options({
* "label": "user-registration.field.act-on-operators-behalf.label",
* "hint": "user-registration.field.act-on-operators-behalf.hint",
* "value_options":{"N":"select-option-no", "Y":"select-option-yes"},
* "value_options":{"Y":"select-option-yes", "N":"select-option-no"},
* "label_attributes": {"class": "form-control form-control--radio form-control--inline"}
* })
* @Form\Required(true)
Expand Down

0 comments on commit 2984dde

Please sign in to comment.