Summary: | Public/Internal notes missing in staff normal view | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Staff interface | Assignee: | Paul Poulain <paul.poulain> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | chris, gmcharlt, jwagner |
Version: | 3.4 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
screenshot from staff, no item notes are displayed
Incremental fix screenshot after applying Owen's patch locally |
Created attachment 2302 [details] [review] Incremental fix This fix adds only public notes. A div is added as a hook for styling. Lowering severity to enhancement and version to rel_3_4. I checked our 3.01.61 installations and public notes are not showing in staff. I am not sure they ever showed in staff. I successfully tested Owen's patch with Koha version 3.01.00.145. I think internal notes should show in staff too. At the moment you will only see them in cataloging. Part of the problem might be that there is no real mapping of internal notes to a field in the items table. Sometimes it's mapped to paidfor, but I am not sure this field is not used by other features. Created attachment 2454 [details]
screenshot after applying Owen's patch locally
Patch pushed Successfully tested on master. This bug has a patch presently committed to HEAD and 3.2.x. Please take the appropriate action to update the status of this bug. Remember, bugs which have been resolved should be tested and marked closed, preferably by the original reporter. Tested ok with 3.2.1 |
Created attachment 2296 [details] screenshot from staff, no item notes are displayed In normal view in staff public notes (items.itemnotes) and internal notes (more_subfields_xml) are not shown. The mappings were not changed after install. I can see the notes in the MARC view and in the items table (database). I'm not sure about internal notes, but I think that public notes should be shown in opac and staff. Koha Version: 3.01.00.141 XSLT on/off makes no difference.