[Koha-bugs] [Bug 23210] login4tags should be a link and included in every search result

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jun 29 17:42:50 CEST 2019


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
It's the expected behavior:

 565 [% ELSIF ( loop.first ) %]
 566     <span class="actions"><span id="login4tags">Log in to add
tags.</span></span>
 567 [% END # IF loggedinusername %]


>From commit 4073b27c503f8192a144b4762e6ff5d40576627f

    Wrap up Tags integration - add sysprefs for new installs.

    Note that when the user is not logged in, the Tags input box/button will
not display.
    The user will see a message telling them to log in to add tags.  However,
in order to
    keep the results display clean, the message will display only once,
utilizing the loop
    context variable "__first__".  Useful stuff!

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


More information about the Koha-bugs mailing list