Summary: | Add option for using a MARC modification template on a single record from the details page | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Cataloging | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | bwsdonna, jonathan.druart, kyle, m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This development allows for sending a single record to 'batch' modification in order to process a MARC modification template against the record.
|
Version(s) released in: |
21.11.00
|
Circulation function: | |||
Attachments: |
Bug 27985: Add option to send a record to batch modification from details page
Bug 27985: Add option to send a record to batch modification from details page Bug 27985: Add option to send a record to batch modification from details page |
Description
Nick Clemens (kidclamp)
2021-03-18 13:52:25 UTC
Created attachment 118462 [details] [review] Bug 27985: Add option to send a record to batch modification from details page This patch adds an option to modify a single record using a marc modification template to the 'Edit' menu on the details page To test: 1 - Apply patch 2 - Browse to details page on the staff client 3 - Be a user with permission to edit records and use batch record modification 4 - Verify the option 'Modify record using template' appears in list 5 - Click it 6 - You should be sent to batch record modification screen 7 - If you have no templates there will be a link prompting you to create on, do that 8 - If oyu already had one, or created on above you shoudl now be able to select a template 9 - Apply the template 10 - Browse to the record again 11 - Confirm changes were applied correctly Created attachment 118463 [details] [review] Bug 27985: Add option to send a record to batch modification from details page This patch adds an option to modify a single record using a marc modification template to the 'Edit' menu on the details page To test: 1 - Apply patch 2 - Browse to details page on the staff client 3 - Be a user with permission to edit records and use batch record modification 4 - Verify the option 'Modify record using template' appears in list 5 - Click it 6 - You should be sent to batch record modification screen 7 - If you have no templates there will be a link prompting you to create on, do that 8 - If oyu already had one, or created on above you shoudl now be able to select a template 9 - Apply the template 10 - Browse to the record again 11 - Confirm changes were applied correctly Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com> Created attachment 122693 [details] [review] Bug 27985: Add option to send a record to batch modification from details page This patch adds an option to modify a single record using a marc modification template to the 'Edit' menu on the details page To test: 1 - Apply patch 2 - Browse to details page on the staff client 3 - Be a user with permission to edit records and use batch record modification 4 - Verify the option 'Modify record using template' appears in list 5 - Click it 6 - You should be sent to batch record modification screen 7 - If you have no templates there will be a link prompting you to create on, do that 8 - If oyu already had one, or created on above you shoudl now be able to select a template 9 - Apply the template 10 - Browse to the record again 11 - Confirm changes were applied correctly Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed to master for 21.11, thanks to everybody involved! Not backported for 21.05 |