[Koha-bugs] [Bug 6439] New: In cataloguing all subfields are displayed, even with hidden=0

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 1 10:44:06 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6439

             Bug #: 6439
           Summary: In cataloguing all subfields are displayed, even with
                    hidden=0
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_6
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Cataloging
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: magnus at enger.priv.no
         QAContact: koha-bugs at lists.koha-community.org
                CC: ian.walls at bywatersolutions.com


Created attachment 4326
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4326
Screenshot of expanded subfields

When adding a new MARC record, all subfields are expanded/visible by default,
even though they have hidden = 0. See attached screenshot and selection from
marc_subfield_structure below. 

mysql> select tagfield, tagsubfield, liblibrarian, hidden from
marc_subfield_structure where tagfield = 800;
+----------+-------------+------------------------------------------+--------+
| tagfield | tagsubfield | liblibrarian                             | hidden |
+----------+-------------+------------------------------------------+--------+
| 800      | 8           | Andre karakteristika forbundet med navn. |      0 |
| 800      | a           | Navn.                                    |      0 |
| 800      | b           | Nummer.                                  |      0 |
| 800      | c           | Andre tilføyelser.                       |      0 |
| 800      | d           | Årstall forbundet med navn.              |      0 |
| 800      | j           | Nasjonalitet.                            |      0 |
| 800      | l           | Språk                                    |      0 |
| 800      | q           | Mer fullstendig navneform.               |      0 |
| 800      | t           | Tittel for serien.                       |      0 |
| 800      | u           | Sorteringsdelfelt for delfelt $t.        |      0 |
| 800      | v           | Bind, nummer etc.                        |      0 |
| 800      | w           | Sorteringsdelfelt for delfelt $a.        |      0 |
| 800      | x           | ISSN.                                    |      0 |
+----------+-------------+------------------------------------------+--------+

This started happening around the introduction of T:T and/or version 3.4.
Others have reported the same behaviour, so it should not be a NORMARC thing. I
have seen it both on current master and 3.4.1.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list