Skip to content

Postcode Configuration Page: display the stored provider selection on open - #11259

Draft
sergey-idealpostcodes wants to merge 1 commit into
microsoft:mainfrom
sergey-idealpostcodes:fix/postcode-configuration-page-show-selected-provider
Draft

Postcode Configuration Page: display the stored provider selection on open#11259
sergey-idealpostcodes wants to merge 1 commit into
microsoft:mainfrom
sergey-idealpostcodes:fix/postcode-configuration-page-show-selected-provider

Conversation

@sergey-idealpostcodes

Copy link
Copy Markdown

Fixes #11255

OnOpenPage of page 9143 "Postcode Configuration Page W1" and page 10501 "Postcode Configuration Page" (GB) sets the ServiceKeyText display variable only in the record-missing / not-configured branches, so with a configured provider the Address Provider field renders empty (an underscore in the web client). The stored key was already read into PrevValue — it was just never displayed.

One-line fix in each page: load the stored service key into ServiceKeyText and keep PrevValue for cancel-restore. Together with #11254, the field then reads IdealPostcodes for that provider.

🤖 Generated with Claude Code

OnOpenPage only set the ServiceKeyText display variable in the
record-missing and not-configured branches, so with a configured provider
the Address Provider field rendered empty. Load the stored service key for
display; PrevValue keeps its cancel-restore role. Same fix in the W1 and GB
pages.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions github-actions Bot added the From Fork Pull request is coming from a fork label Sep 9, 2026
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Issue #11255 is not valid. Please make sure you link an issue that exists, is open and is approved.

@github-actions github-actions Bot added Team: Integrations GitHub request for Integrations area needs-approval Workflow runs require maintainer approval to start and removed needs-approval Workflow runs require maintainer approval to start labels Sep 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

From Fork Pull request is coming from a fork needs-approval Workflow runs require maintainer approval to start Team: Integrations GitHub request for Integrations area

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Postcode Configuration Page shows an empty Address Provider when a provider is configured

1 participant