Skip to content

Commit

Permalink
Enrollment Flow Steps enable person find
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Aug 20, 2025
1 parent 3aa685a commit 4596379
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/config/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,6 @@
"authz_cou_id": { "type": "integer", "foreignkey": { "table": "cous", "column": "id" }},
"authz_group_id": { "type": "integer", "foreignkey": { "table": "groups", "column": "id" }},
"collect_enrollee_email": { "type": "boolean" },
"enable_person_find": { "type": "boolean" },
"redirect_on_duplicate": { "type": "string", "size": 256 },
"redirect_on_finalize": { "type": "string", "size": 256 },
"finalization_message_template_id": { "type": "integer", "foreignkey": { "table": "message_templates", "column": "id" }},
Expand All @@ -662,6 +661,7 @@
"plugin": {},
"ordr": {},
"actor_type": { "type": "string", "size": 2 },
"enable_person_find": { "type": "boolean" },
"approver_group_id": { "type": "integer", "foreignkey": { "table": "groups", "column": "id" }},
"message_template_id": {},
"redirect_on_handoff": { "type": "string", "size": 256 },
Expand Down
6 changes: 3 additions & 3 deletions app/resources/locales/en_US/field.po
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,9 @@ msgstr "If true, Global Search will only search Names, Email Addresses, and Iden
msgid "EnrollmentFlowSteps.enable_person_find"
msgstr "Enable People Picker for Self Service"

msgid "EnrollmentFlowSteps.enable_person_find.desc"
msgstr "Enable people picker for self-service enrollments, see <a href=\"https://spaces.at.internet2.edu/display/COmanage/COmanage+Registry+PE+Technical+Manual\">Registry Technical Manual</a> for privacy considerations"

msgid "EnrollmentFlowSteps.actor_type"
msgstr "Actor Type"

Expand Down Expand Up @@ -501,9 +504,6 @@ msgstr "Petitioner Authorization"
msgid "EnrollmentFlows.collect_enrollee_email"
msgstr "Collect Enrollee Email"

msgid "EnrollmentFlows.enable_person_find.desc"
msgstr "Enable people picker for self-service enrollments, see <a href=\"https://spaces.at.internet2.edu/display/COmanage/COmanage+Registry+PE+Technical+Manual\">Registry Technical Manual</a> for privacy considerations"

msgid "EnrollmentFlows.finalization_message_template_id"
msgstr "Finalization Message Template"

Expand Down

0 comments on commit 4596379

Please sign in to comment.