Bug 41605

Summary: Fix incorrect default value keys in Vue
Product: Koha Reporter: Matt Blenkinsop <matt.blenkinsop>
Component: Architecture, internals, and plumbingAssignee: Matt Blenkinsop <matt.blenkinsop>
Status: Needs Signoff --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 41605: Fix incorrect default key

Description Matt Blenkinsop 2026-01-13 16:43:32 UTC
We should be using defaultValue instead of value to set defaults
Comment 1 Matt Blenkinsop 2026-01-13 16:45:46 UTC
Created attachment 191371 [details] [review]
Bug 41605: Fix incorrect default key

Test plan:
1) Create a new vendor, the status should be inactive by default
2) Apply patch, yarn js:build and hard refresh
3) The vendor should now default to active