Skip to content

Commit 1eabf8f

Browse files
authored
feat(SchoolDashboard): add postal_code to school form page for admin edits (#449)
## Status We're regularly getting support requests (e.g. [this](https://raspberrypifoundation.slack.com/archives/C072CFJLC66/p1729673173120939)) relating to editing school postcodes. Adding this to the dashboard enables self serve for admins
1 parent c3064ec commit 1eabf8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/dashboards/school_dashboard.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ class SchoolDashboard < Administrate::BaseDashboard
8080
address_line_1
8181
address_line_2
8282
municipality
83+
postal_code
8384
administrative_area
8485
country_code
8586
].freeze

0 commit comments

Comments
 (0)