Summary: | Unable to modify certain items in biblio detail page | ||
---|---|---|---|
Product: | Koha | Reporter: | Emmi Takkinen <emmi.takkinen> |
Component: | Cataloging | Assignee: | Emmi Takkinen <emmi.takkinen> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | aleisha, esther.melander, m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 37300: Allow modifying holds from any library again via biblio detail page
Bug 37300: Allow modifying holds from any library again via biblio detail page Bug 37300: Allow modifying holds from any library again via biblio detail page |
Description
Emmi Takkinen
2024-07-10 08:08:19 UTC
Created attachment 168705 [details] [review] Bug 37300: Allow modifying holds from any library again via biblio detail page Currently one can no longer select item to be modified from biblio detail page if items hold library differs from users home library and home libraries of all items. Previously this was possible. This patch reintroduces this functionality. To test: 1. Find biblio with items from library A and B. 2. Change one items holding branch to branch C (either manually from database or transfer item through Koha). => Note that you can no longer select this item and its row has no "Edit" button on it. 3. Apply this patch. 4. Refresh page. => You can now select item and "Edit" button is displayed. Sponsored-by: Koha-Suomi Oy I tested this. I was able to select the item with the check box and then click on modify the selected item. However, the edit button at the end of the row still disappears. Created attachment 168890 [details] [review] Bug 37300: Allow modifying holds from any library again via biblio detail page Currently one can no longer select item to be modified from biblio detail page if items hold library differs from users home library and home libraries of all items. Previously this was possible. This patch reintroduces this functionality. To test: 1. Find biblio with items from library A and B. 2. Change one items holding branch to branch C (either manually from database or transfer item through Koha). => Note that you can no longer select this item and its row has no "Edit" button on it. 3. Apply this patch. 4. Refresh page. => You can now select item and "Edit" button is displayed. Sponsored-by: Koha-Suomi Oy (In reply to Esther Melander from comment #2) > I tested this. I was able to select the item with the check box and then > click on modify the selected item. However, the edit button at the end of > the row still disappears. Thank you for testing this! Edit button should know also be visible. Created attachment 168921 [details] [review] Bug 37300: Allow modifying holds from any library again via biblio detail page Currently one can no longer select item to be modified from biblio detail page if items hold library differs from users home library and home libraries of all items. Previously this was possible. This patch reintroduces this functionality. To test: 1. Find biblio with items from library A and B. 2. Change one items holding branch to branch C (either manually from database or transfer item through Koha). => Note that you can no longer select this item and its row has no "Edit" button on it. 3. Apply this patch. 4. Refresh page. => You can now select item and "Edit" button is displayed. Sponsored-by: Koha-Suomi Oy Signed-off-by: Esther <esther@bywatersolutions.com> The edit button and the checkbox - modify selected item are working now! |