[Koha-bugs] [Bug 33167] Cleanup staff record details page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 13 23:05:55 CEST 2023


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #15 from David Nind <david at davidnind.com> ---
I noticed these differences from my testing (see 'How I tested' at the end),
and have changed the status to Failed QA:

1. Checked out items:
   - Before the patch, a checked out item shows in the status column as
"Checked out to Mary Burton (23529000651225) : due 04/18/2023"
   - After the patch, the checked out item shows as "Checked out to A patron
from library : due 04/19/2023"

2. For a record that is linked to a host item (the child item - in this case
http://127.0.0.1:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=262) there
is this text after the DataTable (after the 'Showing 1 to 2 of 2 entries'):
"Show all items (-1 hidden)". The text is an active link (in this case to
http://127.0.0.1:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=262&showallitems=1).

Let me know if you would like me to add some screenshots.

How I tested (using KTD):

1. Setup some analytics using easy analytics:
   - Enable Easy Analytics (EasyAnalyticalRecords system preference)
   - Attach some items to a host record
   - Checkout an item on the host record
   - View the record details page

2. For an existing record:
   - Duplicate items so that there are at least 6 items
   - Mark separate items as lost, damaged, and withdrawn
   - Check out an item
   - Place a hold on an item
   - Transfer an item to another library
   - View the details page for the record

3. Apply the patch.

4. Review the details pages for the records in another browser - they should
look the same before and after.

5. The tests should pass: prove -v t/db_dependent/Koha/Biblio.t

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


More information about the Koha-bugs mailing list