Bug 33568 introduced use of REST API to display items on biblio detail page. Because changes made in the bug ability to modifying item is now tied to items hold library when previously this was based on if patrons home library and items home library match. This happens even if patron is superlibrarian or syspref IndependentBranches is turned off. To reproduce: 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). 3. Note that you can no longer modify this item.
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!
This has been fixed by Bug 37383 *** This bug has been marked as a duplicate of bug 37383 ***