https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39321
Bug ID: 39321
Summary: Hide subfield tag for fixed length control fields
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Cataloging
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Depends on: 39293
I think Koha intends to hide the subfield tag entirely when one is viewing a
control field?
If you open up a bib or authority for editing in the basic editor, you'll see
that the control fields show a subfield tag of "00." You'll also notice that
the second zero is cut off. This was true before Bug 39293, but those boxes
made me think about it more :)
I started to patch it so that both zeros would show, but it really looks like
the intent is to hide them instead:
style=" [% IF ( subfield_loo.fixedfield ) %]display:none; [% END %]"
https://github.com/Koha-Community/Koha/blob/10d781c7b98d4e90e131c478638f3dc4a589ecb0/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt#L1132
This maybe changed with bug 22399, back in 20.11? I sure didn't notice it at
the time.
Referenced Bugs:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39293
[Bug 39293] Remove box around subfield tag in basic editor
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/