Skip to content

Commit

Permalink
Add a UKAIT court to the yaml file
Browse files Browse the repository at this point in the history
The editor UI (via the api client) relies on this to validate that the inputted court code is correct, so UKAIT needs its own section even though it's not ever displayed in the public UI (selectable and listable are both `false`).
  • Loading branch information
timcowlishaw committed Nov 29, 2023
1 parent 4013f2b commit afdb1af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/ds_caselaw_utils/data/court_names.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,15 @@
extra_params: ["ukait"]
start_year: 2003
end_year: 2022
- code: UKAIT
selectable: false
listable: false
param: "ukait"
name: Asylum & Immigration Tribunal
link: https://www.gov.uk/courts-tribunals/upper-tribunal-immigration-and-asylum-chamber
ncn: \[(\d{4})\] (UKAIT) (\d+)
start_year: 2003
end_year: 2010
- code: UKUT-LC
grouped_name: Lands Chamber
name: Upper Tribunal (Lands Chamber)
Expand Down

0 comments on commit afdb1af

Please sign in to comment.