[Bug 14806] New: Action Log for Modifying message_transport_types
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14806 Bug ID: 14806 Summary: Action Log for Modifying message_transport_types Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: olli-antti.kivilahti@jns.fi QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com This bug enables logging modifications to the koha.borrower_messaging_preferences-table. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14806 --- Comment #1 from Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> --- Created attachment 42482 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42482&action=edit Bug 14806 - Action Log for Modifying message_transport_types This is a crude fix. koha.action_logs-entries are generated when Borrower has been modified using C4::Form::MessagingPreferences log entries look like this: | MEMBERS | MOD MTT | All message_transports removed | MEMBERS | MOD MTT | [{'_name' => 'Advance_Notice','da' => '4','dig' => 1,'mtt' => ['email']},{'_name' => 'Item_Check_in','mtt' => ['email']},{'_name' => 'Item_Checkout','mtt' => ['email']}] -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14806 Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14806 Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #42482|0 |1 is obsolete| | --- Comment #2 from Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> --- Created attachment 42483 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42483&action=edit Bug 14806 - Action Log for Modifying message_transport_types -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14806 Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #42483|0 |1 is obsolete| | --- Comment #3 from Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> --- Created attachment 42484 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42484&action=edit Bug 14806 - Action Log for Modifying message_transport_types -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14806 Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #42484|0 |1 is obsolete| | --- Comment #4 from Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> --- Created attachment 42485 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42485&action=edit Bug 14806 - Action Log for Modifying message_transport_types -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14806 Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #42485|0 |1 is obsolete| | --- Comment #5 from Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> --- Created attachment 42486 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42486&action=edit Bug 14806 - Action Log for Modifying message_transport_types TEST PLAN: 0. Activate system preference "BorrowersLog". 1. In intra, edit a Borrowers messaging preferences. 2. In OPAC remove your messaging preferences. 3. SELECT * FROM action_logs ORDER BY timestamp DESC LIMIT 5; 3.1. You should see your new action logs entries. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org