http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9563 Bug ID: 9563 Summary: Author links don't generate correct search query url for UseAuthoritesForTracings Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: matted-34813@mypacks.net The XSLT details, and possibly other places, change the generated author links ("By Joe Cool") to use the RLIN authorities for a key. This happens when UseAuthoritesForTracings is enabled. Problem: The template toolkit details.tt and possibly others, don't change the generated links just as the XSLT views do. Search for UseAuthoritesForTracings inthe XSLT templates to see how they should be generated. I don't know what the best way to dynamically change a generated link in our templates. Maybe a centralized URL generator/map that we can refer to in the templates, which would respect sysprefs. Or an INClude or function. Either way, it would be nice to get some wiki pages describing TT and our strategy on dynamic template fragments. -- You are receiving this mail because: You are watching all bug changes.