Bug 39918

Summary: Unauthenticated request data should show when editing a request
Product: Koha Reporter: Pedro Amorim <pedro.amorim>
Component: ILLAssignee: Pedro Amorim <pedro.amorim>
Status: Signed Off --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: david, pedro.amorim, tomascohen
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
This fixes the edit form for an unauthenticated ILL request in the staff interface - it now shows the details for the person who made the request (name and email address). (This is a follow-up to Bug 36197 - Allow unauthenticated ILL requests in the OPAC, a new feature added in Koha 25.05.)
Version(s) released in:
Circulation function:
Bug Depends on: 36197    
Bug Blocks:    
Attachments: Bug 39918: Add unauthenticated details to edit request screen
Bug 39918: Add unauthenticated details to edit request screen

Description Pedro Amorim 2025-05-16 12:16:07 UTC

    
Comment 1 Pedro Amorim 2025-05-16 12:21:05 UTC
Created attachment 182525 [details] [review]
Bug 39918: Add unauthenticated details to edit request screen

Test plan, before applying patch:
1) Enable ILLModule and ILLOpacUnauthenticatedRequest
2) Log out, create a new unauthenticated request from the OPAC, visit:
   <opac_url>/cgi-bin/koha/opac-illrequests.pl?backend=Standard&op=add_form
3) Login to Staff again, edit the request. (If ID is 1) visit:
   <staff_url>/cgi-bin/koha/ill/ill-requests.pl?op=illview&illrequest_id=1
4) Click 'Edit request'. Notice the unauthenticated data does not show.
5) Apply patch. Refresh the page. Notice the unauthenticated data now
   shows.
Comment 2 David Nind 2025-05-16 18:22:20 UTC
Created attachment 182549 [details] [review]
Bug 39918: Add unauthenticated details to edit request screen

Test plan, before applying patch:
1) Enable ILLModule and ILLOpacUnauthenticatedRequest
2) Log out, create a new unauthenticated request from the OPAC, visit:
   <opac_url>/cgi-bin/koha/opac-illrequests.pl?backend=Standard&op=add_form
3) Login to Staff again, edit the request. (If ID is 1) visit:
   <staff_url>/cgi-bin/koha/ill/ill-requests.pl?op=illview&illrequest_id=1
4) Click 'Edit request'. Notice the unauthenticated data does not show.
5) Apply patch. Refresh the page. Notice the unauthenticated data now
   shows.

Signed-off-by: David Nind <david@davidnind.com>