Summary: | Add copy number column to the bundles table on the staff detail page | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Circulation | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | Pushed to main --- | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, hebah, jonathan.druart, kyle.m.hall |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This enhancement adds a column to the bundles table which includes the copynumber information.
|
Version(s) released in: |
25.05.00
|
Circulation function: | |||
Attachments: |
Bug 38732: Add copy number column to manage bundles table
Bug 38732: Add copy number column to manage bundles table Bug 38732: Add copy number column to manage bundles table |
Description
Lucas Gass (lukeg)
2024-12-17 16:58:55 UTC
Created attachment 175632 [details] [review] Bug 38732: Add copy number column to manage bundles table To test: 1. APPLY PATCH and restart_all 2. Go to an item record and click 'Manage bundle' 3. Make sure the item you are adding has a copy number. 4. Look at the bundle_table and notice the copy number displaying. 5. Make sure you can hide the column ( Gear icon: Columns ) and via Table settings. Created attachment 175684 [details] [review] Bug 38732: Add copy number column to manage bundles table To test: 1. APPLY PATCH and restart_all 2. Go to an item record and click 'Manage bundle' 3. Make sure the item you are adding has a copy number. 4. Look at the bundle_table and notice the copy number displaying. 5. Make sure you can hide the column ( Gear icon: Columns ) and via Table settings. Signed-off-by: hebah <hebah@bywatersolutions.com> Works as described. Created attachment 176593 [details] [review] Bug 38732: Add copy number column to manage bundles table To test: 1. APPLY PATCH and restart_all 2. Go to an item record and click 'Manage bundle' 3. Make sure the item you are adding has a copy number. 4. Look at the bundle_table and notice the copy number displaying. 5. Make sure you can hide the column ( Gear icon: Columns ) and via Table settings. Signed-off-by: hebah <hebah@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> > Signed-off-by: hebah <hebah@bywatersolutions.com>
Is this how you want to appear in the release notes?
(In reply to Jonathan Druart from comment #5) > > Signed-off-by: hebah <hebah@bywatersolutions.com> > > Is this how you want to appear in the release notes? I have updated according to the older release notes before push: misc/release_notes/release_notes_24_05_00.md:- Hebah Amin-Headley (2) misc/release_notes/release_notes_24_11_00.md:- Hebah Amin-Headley (1) Pushed for 25.05! Well done everyone, thank you! Whoops, forgot to reply - attribution looks good :) |