[Bug 21388] New: Add ability to hide Non-public Notes from Circulation Page
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21388 Bug ID: 21388 Summary: Add ability to hide Non-public Notes from Circulation Page Change sponsored?: --- Product: Koha Version: 17.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff Client Assignee: koha-bugs@lists.koha-community.org Reporter: kelly@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com In a previous bug 19806, non-public notes were requested for the library to have the ability to hide this field (non public note/ itemnotes) in checkin tables. This field "itemnotes" was added to the Configure Columns to allow a library to choose or not choose to have this field visible. This feature would also be nice in the issues (circulation) screen. When a staff member is checking out an item to the patron, they might not necessarily need to see the non-public note during checking out in addition to checking in. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21388 David Roberts <david.roberts@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |david.roberts@ptfs-europe.c |ity.org |om CC| |david.roberts@ptfs-europe.c | |om -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21388 David Roberts <david.roberts@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21388 --- Comment #1 from David Roberts <david.roberts@ptfs-europe.com> --- Both the public and non-public notes currently appear as part of the title field in these tables, which seems less than ideal. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21388 --- Comment #2 from David Roberts <david.roberts@ptfs-europe.com> --- I also don't see itemnotes in the column configuration - it looks like the bug quoted just added some classes to the data. I'm not sure I understand this issue - maybe it is no longer a problem? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21388 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Yes, I think it would require moving the info into a new column - but more columns will take up more space. I wonder if the CSS solution might be enough here? #circ_circulation .item-note-nonpublic { display:none; } -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21388 Juliet Heltibridle <jheltibridle@rcplib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jheltibridle@rcplib.org --- Comment #4 from Juliet Heltibridle <jheltibridle@rcplib.org> --- Our library would still like to be able to hide notes from the issues table. Many of our nonpublic notes are not used at checkout, and having them appear in red on the issues table gives the impression that the notes are something that needs to be acted upon when they are not. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21388 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Juliet Heltibridle from comment #4)
Our library would still like to be able to hide notes from the issues table. Many of our nonpublic notes are not used at checkout, and having them appear in red on the issues table gives the impression that the notes are something that needs to be acted upon when they are not.
Hi Juliet, have you tried the CSS from comment#3 ? You just need to paste it into IntranetUserCSS. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21388 --- Comment #6 from Juliet Heltibridle <jheltibridle@rcplib.org> --- I did, thank you! Except I only applied it to the issues table. It seems to be working how I hoped! #issues-table .item-note-nonpublic { display:none; } -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21388 --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Juliet Heltibridle from comment #6)
I did, thank you! Except I only applied it to the issues table. It seems to be working how I hoped!
#issues-table .item-note-nonpublic { display:none; }
Excellent :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21388 Katie Bliss <kebliss@dmpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kebliss@dmpl.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21388 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|ASSIGNED |RESOLVED --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I think this was resolved with the addition of the CSS classes. Please re-open if I missed something! -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org