Skip to content

Commit

Permalink
Licence to start error not in error summary (#2094)
Browse files Browse the repository at this point in the history
* Licence to start error not in error summary

https://eaflood.atlassian.net/browse/IWTF-3913

On the licence to start page, if no option is selected, the select an
option error doesn't appear in the error summary box

* Add licence-to-start error back into errorMap
  • Loading branch information
jaucourt authored Dec 13, 2024
1 parent c45f54c commit 98e86bb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
'date-range': {
'date.min': { ref: '#licence-start-date-day', text: mssgs.licence_start_error_within + data.advancedPurchaseMaxDays + mssgs.licence_start_days },
'date.max': { ref: '#licence-start-date-day', text: mssgs.licence_start_error_within + data.advancedPurchaseMaxDays + mssgs.licence_start_days }
},
'licence-to-start': {
'any.required': { ref: '#licence-to-start', text: mssgs.licence_start_error_choose_when }
}
}
%}
Expand Down

0 comments on commit 98e86bb

Please sign in to comment.