[Koha-bugs] [Bug 21270] Not finding what you're looking for displaying uselessly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 17 15:23:00 CEST 2019


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at bywatersolutions.com
             Status|In Discussion               |Signed Off

--- Comment #7 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Katrin Fischer from comment #3)
> I don't feel like the suggested fix is correct. If you don't allow
> suggestions, but ILL is turned on, now nothing displays. I think as the
> hints are arranged as list items, there is no reason not to show ILL in this
> constellation:
> 
> - not logged in
> - ill module enabled
> - suggestions and anon suggestions not active

But we actually don't show ILL in that situation, the logic to show ILL is:
[% IF Koha.Preference( 'ILLModule' ) == 1 && loggedinusername %]

So if not logged it it never shows, so the check for logged in username means
the removal of the ILL check in the larger loop has no effect. I think this one
can move forward

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


More information about the Koha-bugs mailing list