https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41605
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |[email protected] --- Comment #2 from David Nind <[email protected]> --- When creating a new vendor (before the patch), active is already the default for the add vendor form: 1. Acquisitions > New vendor - Vendor name: enter a name - Ordering information section: . Vendor is: Active: X Inactive: 2. After creating the vendor, for the information shown for a vendor, the "Vendor is" field is empty/blank (shown under the ordering information section). 3. In the database, the active field is set to 1 (koha-mysql kohadev, select * from aqbooksellers;) Looking at the code, before the patch, koha-tmpl/intranet-tmpl/prog/js/vue/components/Vendors/VendorResource.vue already uses defaultValue, so may have been changed by another bug: 461 defaultValue: true, However, for koha-tmpl/intranet-tmpl/prog/js/vue/components/Admin/RecordSources/RecordSourcesResource.vue (record sources), it is still 'value' before the patch: 62 value: false, -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
