Bug 39918 - Unauthenticated request data should show when editing a request
Summary: Unauthenticated request data should show when editing a request
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: ILL (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Pedro Amorim
QA Contact: Testopia
URL:
Keywords:
Depends on: 36197
Blocks:
  Show dependency treegraph
 
Reported: 2025-05-16 12:16 UTC by Pedro Amorim
Modified: 2025-05-16 18:29 UTC (History)
3 users (show)

See Also:
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:


Attachments
Bug 39918: Add unauthenticated details to edit request screen (4.81 KB, patch)
2025-05-16 12:21 UTC, Pedro Amorim
Details | Diff | Splinter Review
Bug 39918: Add unauthenticated details to edit request screen (4.86 KB, patch)
2025-05-16 18:22 UTC, David Nind
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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>