bug: wizard search step does not persist remote_only preference #127
Labels
No labels
a11y
backlog
beta-feedback
bug
enhancement
feature-request
frontend
needs-triage
question
vue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#127
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The wizard search step (
WizardSearchStep.vue) collectsremoteOnlyand sends it assearch.remote_onlyin the step 7 payload, but thewizard_save_stephandler never reads or saves it. Theremote_onlyfield is silently dropped.Fix
Read and persist
remote_onlyin the step 7 handler alongsidetitlesandlocations.Impact
Any remote-only preference set during wizard onboarding is ignored.