https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29897
--- Comment #82 from Katrin Fischer <[email protected]> --- (In reply to Jonathan Druart from comment #81) > (In reply to Katrin Fischer from comment #78) > > I am sorry, I found another small issue. I tried to fix, but miss the right > > idea now: > > > > [% FOR identifier IN author.identifiers %] > > <li> > > [% PROCESS "authority-identifiers.inc" identifier => identifier %] > > </li> > > [% END %] > > > > This will create empty li elements, when $2 is not in the list of valid > > codes. > > > > I am providing a follow-up with some more information for the pref > > description. > > Done. > > I don't think it was a good idea to modify the original request and remove > the flexibility to have different source. We will see what is the feedback > once it's pushed. Have you seen the list of valid codes in the MARC documentation? :) The problem is that the user won't understand them and we need to build the URLs to make it useful. If we don't limit on $2, then we'd need some kind of configuration page. I think. -- 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/
