[Koha-bugs] [Bug 23407] XSLT Details pages don't use items, we shouldn't pass them

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 24 08:09:41 CET 2020


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |BLOCKED

--- Comment #6 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
QA: Looking here


> QA can grep the standard XSLT files for details pages for 'item' to note
> occurences do not use items information

intranetResults

  xmlns:items="http://www.koha-community.org/items"
  exclude-result-prefixes="marc items str">
    <xsl:key name="item-by-status" match="items:item" use="items:status"/>
    <xsl:key name="item-by-status-and-branch" match="items:item"
use="concat(items:status, ' ', items:homebranch)"/>
        <xsl:variable name="hidelostitems"
select="marc:sysprefs/marc:syspref[@name='hidelostitems']"/>

still a few lines in intranetDetails too

Removed in a follow-up

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


More information about the Koha-bugs mailing list