http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5888
Julian Maurice <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9738|0 |1 is obsolete| | --- Comment #10 from Julian Maurice <[email protected]> --- Created attachment 9855 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9855&action=edit Bug 5888: opac-detail subject/author links improvements When the user clicks on a subject or an author, the list of subjects (authors) is displayed and the user can choose more than 1 subject (author) to search on. Also added a link to opac-authoritiesdetail.pl when possible. Only affects 'Normal view'. Does not affect XSLT display. -- > It doesn't include the authid at all. The URL just ends authid= (or something > like that... I can't check right at the moment) Fixed. > * When you click on a subdivision that appears in more than one subject, the > dropdown has that subdivision checked in every single subject in the list, > which is confusing. Fixed. > * If you choose all the subdivisions of a particular subject (and only those > subdivisions), a user would expect it to use the authid for the search if > UseAuthoritiesForTracings is turned on, but it does not, which is confusing > and not what I'd expect. Fixed but UseAuthoritiesForTracings is only used with XSLT, so I don't use it in this patch. If there is an authid and all subdivisions are checked, then the authid is used. Otherwise the strings are used. -- You are receiving this mail because: You are the QA Contact for the bug. 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/
