https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23210
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ommunity.org --- Comment #1 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
