Bug 2486 - Show user comments in staff interface
Summary: Show user comments in staff interface
Status: Needs documenting
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Deadline: 2015-04-12
Assignee: Owen Leonard
QA Contact: Laura Escamilla
URL:
Keywords:
: 28466 (view as bug list)
Depends on: 33526 37074
Blocks:
  Show dependency treegraph
 
Reported: 2008-08-07 09:26 UTC by Owen Leonard
Modified: 2024-11-15 17:43 UTC (History)
7 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
This enhancement shows OPAC comments on the staff interface record, making it easier for staff to view comments on items when the "OPACComments" system preference is turned on.
Version(s) released in:
24.11.00
Circulation function:


Attachments
Bug 2486: Show user comments in staff interface (15.66 KB, patch)
2024-06-12 19:07 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 2486: Show user comments in staff interface (15.72 KB, patch)
2024-06-13 21:57 UTC, Lucas Gass (lukeg)
Details | Diff | Splinter Review
Bug 2486: Show user comments in staff interface (15.79 KB, patch)
2024-08-06 12:42 UTC, Laura Escamilla
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Cormack 2010-05-21 00:51:44 UTC


---- Reported by oleonard@myacpl.org 2008-08-07 09:26:00 ----

I think the staff client detail page should show comments just as the OPAC does. While we're at it, why not show both approved and unapproved comments, with a link to comment moderation if the user has the right privileges?



---- Additional Comments From joe.atzberger@liblime.com 2009-03-27 14:42:04 ----

In order to figure out if they have the correct privileges, we'd need to make a separate call to Auth, so that does not seem efficient/worthwhile.  



---- Additional Comments From joe.atzberger@liblime.com 2009-05-06 17:22:45 ----

(In reply to comment #1)
> In order to figure out if they have the correct privileges, we'd need to make a
> separate call to Auth, so that does not seem efficient/worthwhile.  
> 

I take that back.  No extra call would be needed.



--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 00:51 UTC  ---

This bug was previously known as _bug_ 2486 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2486

Actual time not defined. Setting to 0.0

Comment 1 Katrin Fischer 2019-07-09 12:28:41 UTC
This is still valid - the comments show in the OPAC, but not in staff.
Comment 2 Katrin Fischer 2021-05-29 15:07:29 UTC
*** Bug 28466 has been marked as a duplicate of this bug. ***
Comment 3 Christopher Brannon 2021-06-01 14:59:23 UTC
Still valid.  Would like to have an easier way to see comments in record.
Comment 4 Katrin Fischer 2023-01-07 22:57:32 UTC
Would still make a nice addition.
Comment 5 Christopher Brannon 2023-01-11 00:43:50 UTC
+1
Comment 6 Marie-Luce Laflamme 2024-06-11 15:28:42 UTC
This would be a nice addition.
Comment 7 Owen Leonard 2024-06-12 19:07:49 UTC
Created attachment 167674 [details] [review]
Bug 2486: Show user comments in staff interface

This patch the staff interface's bibliographic detail page, adding a tab
that shows comments submitted by users from the OPAC.

To test, apply the patch and restart services.

- If necessary, enable the "OPACComments" system preference and submit
  some comments in the OPAC.
- In the staff interface, locate the title you submitted comments on.
  - The bibliographic detail page should show a "Comments" tab with a
    count of the number of all comments (approved and unapproved).

Sponsored-By: Athens County Public Libraries
Comment 8 Lucas Gass (lukeg) 2024-06-13 21:57:29 UTC
Created attachment 167703 [details] [review]
Bug 2486: Show user comments in staff interface

This patch the staff interface's bibliographic detail page, adding a tab
that shows comments submitted by users from the OPAC.

To test, apply the patch and restart services.

- If necessary, enable the "OPACComments" system preference and submit
  some comments in the OPAC.
- In the staff interface, locate the title you submitted comments on.
  - The bibliographic detail page should show a "Comments" tab with a
    count of the number of all comments (approved and unapproved).

Sponsored-By: Athens County Public Libraries
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Comment 9 Lucas Gass (lukeg) 2024-06-13 21:58:20 UTC
Nice to see a 4 digit bug from 2010 move along, thanks Owen!
Comment 10 Laura Escamilla 2024-08-06 12:42:43 UTC
Created attachment 170093 [details] [review]
Bug 2486: Show user comments in staff interface

This patch the staff interface's bibliographic detail page, adding a tab
that shows comments submitted by users from the OPAC.

To test, apply the patch and restart services.

- If necessary, enable the "OPACComments" system preference and submit
  some comments in the OPAC.
- In the staff interface, locate the title you submitted comments on.
  - The bibliographic detail page should show a "Comments" tab with a
    count of the number of all comments (approved and unapproved).

Sponsored-By: Athens County Public Libraries
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com>
Comment 11 Laura Escamilla 2024-08-06 12:44:01 UTC
Looks great! Passing QA
Comment 12 Katrin Fischer 2024-08-26 15:43:17 UTC
Pushed for 24.11!

Well done everyone, thank you!