[Bug 28451] New: Message queue field "from_address" does not always get populated
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28451 Bug ID: 28451 Summary: Message queue field "from_address" does not always get populated Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: kyle@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org The message_queue table column "from_address" does not always get populated. We should either make the EnqueueLetter parameter 'from_address' mandatory, or (preferably) derive the correct from address from the letter's branchcode. If the letter has no branchcode, I imagine we should use either the KohaAdminEmailAddress or the patron's home library's email address. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28451 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28451 Christopher Brannon <cbrannon@cdalibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cbrannon@cdalibrary.org --- Comment #1 from Christopher Brannon <cbrannon@cdalibrary.org> --- Per our previous conversations, it sounds like sometimes this field doesn't get populated because it is a digest, and items may be from multiple libraries. 1) The from address should be from whatever library signs the notification ([% branchname %]). 2) If the notice is a digest and not from any particular library, it should be from the patron's home library. This should also apply to [% branchname %] if used in the notice. 3) It should only use the KohaAdminEmailAddress if 1 & 2 can't supply an e-mail address. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28451 Juliet Heltibridle <jheltibridle@rcplib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jheltibridle@rcplib.org --- Comment #2 from Juliet Heltibridle <jheltibridle@rcplib.org> --- We enabled digests for hold notices some time in January. It looks like the message_queue table does not have a 'from_address' in any of the messages sent with HOLDDGST as the type. Looking at Christopher's reply, I would agree with #2, that a digest notice should be sent by the patron's home library if it contains information from multiple libraries. (We are a consortium so this would be ideal, over using the KohaAdminEmailAddress). -- 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