[Koha-bugs] [Bug 24530] Show a number in title notes just as in the other tabs of opac detail page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Feb 9 14:04:16 CET 2020


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I have some worries about this one:

- Changes only OPAC, not staff
- Might show a false 0 in some context:

[% IF ( MARCNOTES || notes || ( SyndeticsEnabled && SyndeticsSummary &&
SYNDETICS_SUMMARY )) %]
<li id="tab_descriptions"> <a href="#descriptions">Title notes ( [%
MARCNOTES.size %] )</a></li>

If there are notes and/or Syndetics content, but no MARCNOTES, the tab will
display 0, looking 'empty' to the patrons.

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


More information about the Koha-bugs mailing list