Skip to content

Commit 572d869

Browse files
authored
Merge pull request #2872 from DFE-Digital/gibraltar-updates
[AQTS-1170] Gibraltar updates
2 parents 720d9c9 + 5178a2e commit 572d869

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

app/views/shared/_english_language_exempt_countries.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
</div>
2929
</div>
3030

31-
<p class="govuk-body">Qualified teachers from Great Britain, Northern Ireland, Jersey and Guernsey are also exempt.</p>
31+
<p class="govuk-body">Qualified teachers from Great Britain, Northern Ireland, Jersey, Guernsey and Gibraltar are also exempt.</p>

config/locales/assessor_interface.en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ en:
228228
induction_required:
229229
GB-NIR: Has applicant provided proof that they’ve completed an induction period?
230230
GB-SCT: Has the applicant completed an induction period?
231+
GI: Has the applicant completed an induction period?
231232

232233
english_language_proficiency:
233234
passed:

db/seeds.rb

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,18 @@
191191
},
192192
],
193193
},
194-
"GI" => [
195-
{
196-
status_check: "written",
197-
sanction_check: "written",
198-
teaching_authority_certificate: "Schedule 3 Certificate of Registration",
199-
},
200-
],
194+
"GI" => {
195+
eligibility_skip_questions: true,
196+
regions: [
197+
{
198+
status_check: "written",
199+
sanction_check: "written",
200+
application_form_skip_work_history: true,
201+
teaching_authority_certificate:
202+
"Schedule 3 Certificate of Registration",
203+
},
204+
],
205+
},
201206
"GR" => [
202207
{
203208
status_check: "written",

0 commit comments

Comments
 (0)