[Koha-bugs] [Bug 35570] Add a generic master form in ILL

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 9 10:56:53 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35570

--- Comment #25 from Pedro Amorim <pedro.amorim at ptfs-europe.com> ---
Created attachment 160686
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=160686&action=edit
Bug 35570: (QA follow-up): Fix action button links. Use url filter instead of
uri.

Before applying this patch:
1) Click 'Manage Request' for a request, then on the top toolbar click 'Confirm
request'.
2) Click the 'Confirm request' button on the bottom of the text. Notice it
fails with a 404. Use the browser to go back.
3) Click the 'Cancel' button on the bottom of the text. Notice it fails with a
404. Use the browser to go back.

4) Set all the requests to status to 'REQ' (relevant for next test), ktd
kshell, run:
   echo 'update illrequests set status = 'REQ';' | koha-mysql kohadev
5) Click 'Manage Request' for a request, then on the top toolbar click 'Revert
request'.
6) Click the 'Revert request' button on the bottom of the text. Notice it fails
with a 404. Use the browser to go back.
7) Click the 'Cancel' button on the bottom of the text. Notice it fails with a
404. Use the browser to go back.

8) Apply patch. Repeat test plan. Notice all the action buttons now work.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list