[Koha-bugs] [Bug 33599] Use template wrapper for breadcrumbs: Various

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 25 00:43:07 CEST 2023


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |david at davidnind.com

--- Comment #3 from David Nind <david at davidnind.com> ---
I have Failed QA because of a change for suggestions:

1. After the patch is applied, when you view a suggestion the breadcrumb is
Home > Acqusitions > Show suggestion #X. Before the patch was applied, it was
Home > Acqusitions > Suggestions > Show suggestion #X.


In addition, I noted these things - the patch reflects the behaviour before it
was applied:

1. ILL requests:
   - For most of the options for a request the breadcrumb is Home > ILL request
(Edit request, Confirm request, Place request with partner, Delete request,
Edit item metadata)
   - Should this be Home > ILL requests > Request XXXX > Action?

2. Tools > Comments:
   - For the tab 'Comments awaiting moderation', the 'Comments' sidebar menu
option is highlighted.
   - For the tab 'Approved comments' it isn't.

3. Suggestions:
   - Sidebar menu option 'Suggestions' not highlighted sometimes when you
change between the suggestion status tabs (I think this is when you select a
suggestion(s) and then mark select as and choose an option where there is not a
tab).

Testing notes (using KTD):

1. Setting up the ILL FreeForm backend:
   - mkdir Koha/Illbackends
   - change to Illbackends directory
   - git clone https://github.com/PTFS-Europe/koha-ill-freeform.git
   - rename directory: mv koha-ill-freeform to FreeForm
   - edit /etc/koha/sites/kohadev/koha-conf.xml
   - in the <interlibrary_loans> section change:
     . backend_directory to:
<backend_directory>/kohadevbox/koha/Koha/Illbackends</backend_directory>
     . partner_code to: <partner_code>IL</partner_code>
   - flush_memcached and restart_all
   - enable ILLModule system preference
   - check that there are no ILL warnings under About > System information
   - check that you can create a request: ILL requests > New ILL request

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


More information about the Koha-bugs mailing list