Skip to content

Commit

Permalink
Alphabetise other courts
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-dxw committed Sep 3, 2024
1 parent 473e49a commit 1bee1a3
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/ds_caselaw_utils/data/court_names.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,24 @@
display_name: "Other Courts"
is_tribunal: false
courts:
- code: "EWCR"
name: "Crown Court"
link: https://www.judiciary.uk/courts-and-tribunals/crown-court/
ncn: \[(\d{4})\] (EWCR) (\d+)
param: "ewcr"
start_year: 2024
end_year: 2024
selectable: false
listable: false
- code: "EWCC"
name: "County Court"
link: https://www.judiciary.uk/courts-and-tribunals/county-court/
ncn: \[(\d{4})\] (EWCC) (\d+)
param: "ewcc"
start_year: 2024
end_year: 2024
selectable: true
listable: true
- code: EWCOP
name: Court of Protection
link: https://www.gov.uk/courts-tribunals/court-of-protection
Expand Down Expand Up @@ -377,24 +395,6 @@
end_year: 2022
selectable: false
listable: false
- code: "EWCR"
name: "Crown Court"
link: https://www.judiciary.uk/courts-and-tribunals/crown-court/
ncn: \[(\d{4})\] (EWCR) (\d+)
param: "ewcr"
start_year: 2024
end_year: 2024
selectable: false
listable: false
- code: "EWCC"
name: "County Court"
link: https://www.judiciary.uk/courts-and-tribunals/county-court/
ncn: \[(\d{4})\] (EWCC) (\d+)
param: "ewcc"
start_year: 2024
end_year: 2024
selectable: true
listable: true

- name: investigatory_powers_tribunal
display_name: ~
Expand Down

0 comments on commit 1bee1a3

Please sign in to comment.