Skip to content

fix(ui): use v-model for assistance setting switches#12975

Merged
ChristophWurst merged 1 commit into
mainfrom
worktree-fix+ui-assistance-context-chat-switches
May 26, 2026
Merged

fix(ui): use v-model for assistance setting switches#12975
ChristophWurst merged 1 commit into
mainfrom
worktree-fix+ui-assistance-context-chat-switches

Conversation

@ChristophWurst
Copy link
Copy Markdown
Member

:checked is not a prop on NcFormBoxSwitch (it expects modelValue), so both the follow-up reminders and context chat switches always appeared off and unresponsive. Switch to v-model which wires the existing computed setters correctly.

Issue started at 5448209 with defunct :checked attribute and fully broke with d43846f.

Assisted-by: Claude:claude-sonnet-4-6

:checked is not a prop on NcFormBoxSwitch (it expects modelValue),
so both the follow-up reminders and context chat switches always
appeared off and unresponsive. Switch to v-model which wires the
existing computed setters correctly.

Assisted-by: Claude:claude-sonnet-4-6
Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com>
@ChristophWurst
Copy link
Copy Markdown
Member Author

/backport to stable5.8

@ChristophWurst ChristophWurst merged commit 8bb4e8c into main May 26, 2026
43 of 45 checks passed
@ChristophWurst ChristophWurst deleted the worktree-fix+ui-assistance-context-chat-switches branch May 26, 2026 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants