[Bug 3941] New: Notices Tab on Patron Records Showing All Msgs
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3941 Summary: Notices Tab on Patron Records Showing All Msgs Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: major Priority: P5 Component: Patrons AssignedTo: gmcharlt@gmail.com ReportedBy: nengard@gmail.com Estimated Hours: 0.0 Change sponsored?: --- Created an attachment (id=1353) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1353) notices tab data On the Patron record there are 2 tabs - one for Messaging (cgi-bin/koha/members/messaging.pl?borrowernumber=1950) that shows the status of all messages sent with the exception of overdue notices. The Notices (cgi-bin/koha/members/notices.pl?borrowernumber=1950) tab I assume should show a log of the overdue notices - but instead it's showing all messages and the text of the messages - which is way way way overkill. This report should show only that an overdue notice was sent and maybe link to the items that were mentioned in the report - but not show the entire email that was sent - it makes the page unreadable. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3941 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2010-02-08 09:37:38 --- Created an attachment (id=1571) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1571) screenshot This is still a problem in HEAD (3.01.00.111, patched from 3.01.00.61). There are 2 tabs in patron account: - messaging - notices Notices shows all messages from ALL patrons in the system. I like the option to see the text, but its a bit much for a quick overview. I would suggest an option show the text with an additional click, perhaps expand the table cell to show it. Reverted sorting - newest messages at the top - or possibility to sort columns as needed would be a good enhancement too. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3941 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3941 --- Comment #2 from Mike <barrem01@yahoo.com> 2010-05-18 16:22:14 --- Created an attachment (id=1911) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1911) Solution for "all notices" problem? This it the first time I've suggested a patch, so I'd like to have someone confirm I've done it properly. /usr/share/koha/intranet/cgi-bin/members$ diff notices.back.pl notices.pl 52c52 < my $queued_messages = C4::Letters::GetQueuedMessages({$borrowernumber}); ---
my $queued_messages = C4::Letters::GetQueuedMessages({'borrowernumber' => $borrowernumber});
-- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com