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 5, 2024
1 parent afc74b3 commit 62adf91
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 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,25 +395,7 @@
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: true
listable: true
- 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

x
- name: investigatory_powers_tribunal
display_name: ~
is_tribunal: true
Expand Down

0 comments on commit 62adf91

Please sign in to comment.