Skip to content

Commit

Permalink
21-22 prefill fixups (#19947)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvcAdHoc authored Dec 19, 2024
1 parent d870a13 commit bce5830
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/models/form_profiles/va_2122.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def metadata
{
version: 0,
prefill: true,
returnUrl: '/claimant-information'
returnUrl: '/claimant-type'
}
end

Expand Down
2 changes: 1 addition & 1 deletion app/models/form_profiles/va_2122a.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def metadata
{
version: 0,
prefill: true,
returnUrl: '/claimant-information'
returnUrl: '/claimant-type'
}
end

Expand Down
1 change: 0 additions & 1 deletion config/form_profile_mappings/21-22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ militaryInformation:
serviceDateRange:
from: [military_information, last_entry_date]
to: [military_information, last_discharge_date]
vaFileNumber: [veteran_information, va_file_number]
identityValidation:
hasICN: [identity_validation, has_icn]
hasParticipantId: [identity_validation, has_participant_id]
1 change: 0 additions & 1 deletion config/form_profile_mappings/21-22A.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ militaryInformation:
serviceDateRange:
from: [military_information, last_entry_date]
to: [military_information, last_discharge_date]
vaFileNumber: [veteran_information, va_file_number]
identityValidation:
hasICN: [identity_validation, has_icn]
hasParticipantId: [identity_validation, has_participant_id]

0 comments on commit bce5830

Please sign in to comment.