---- Reported by oleonard@myacpl.org 2007-11-26 17:08:05 ---- The staff interface for approving reviews/comments should retain the list of previously approved comments, if only because without that functionality there is no way for the librarian to delete a previously-approved comment. To do it right, of course, you'd have to build it to return the last X reviews with numbered links to previous X reviews. ---- Additional Comments From nengard@gmail.com 2009-12-28 00:31:37 ---- I too think this should be implemented - reviewing comments should be like reviewing tags - where a list is retained. --- Bug imported by chris@bigballofwax.co.nz 2010-05-21 00:32 UTC --- This bug was previously known as _bug_ 1623 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=1623 Actual time not defined. Setting to 0.0
Created attachment 6447 [details] [review] Proposed fix This patch creates two tabs on the comments administration page: one for approved comments and one for unapproved comments. Each display is paginated according to the numSearchResults preference. The list of approved comments has, instead of a link to approve, a link to unapprove. The JavaScript table sorter has been removed since it doesn't make sense to sort individual pages of a multi-page result set.
Created attachment 6555 [details] [review] Bug 1623 - Provide view of approved comments This patch creates two tabs on the comments administration page: one for approved comments and one for unapproved comments. Each display is paginated according to the numSearchResults preference. The list of approved comments has, instead of a link to approve, a link to unapprove. The JavaScript table sorter has been removed since it doesn't make sense to sort individual pages of a multi-page result set. Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Created attachment 6913 [details] [review] Rebased/Passed QA patch Passed QA after rebase (some interface changes to numberofreviews had snuck in, making this patches changes there unnecessary). Documentation for C4/Review.pm also updated
patch pushed, please test
looks and works awesome!