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

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #44 from David Nind <[email protected]> ---
Testing notes (using KTD):
1. Apply all the patches
2. Update the database: updatedatabase
3. Rebuild everything: yarn build
4. Restart everything: restart_all
5. Run tests - should pass:
   prove t/db_dependent/HoldsQueue/materialized_descriptions.t
   prove t/db_dependent/api/v1/holds_queue.t
6. Populate the holds queue:
   cd /kohadevbox/koha && perl t/lib/sample_holds_queue.pl
7. Build the holds queue (correct command - add missing underscore):
   perl misc/cronjobs/holds/build_holds_queue.pl
8. Columns in the holds queue:
   - Current library and Home library are hidden by default 
     (need to toggle using columns)
   - Other columns shown are:
     . Publication details
     . Patron category
9. Sorting: Patron category - can't filter by patron category codes, 
   for example, PT (shown in table as `Patron (PT)`)
10. API endpoint tested using Bruno:
    - GET 127.0.0.1:8081/api/v1/holds/queue
    - Headers:
      . Name: x-koha-embed
      . Value: biblio,item+strings,patron+strings

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to