Summary: | E-mail address used on error pages should respect ReplytoDefault | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Templates | Assignee: | Marcel de Rooy <m.de.rooy> |
Status: | Pushed to main --- | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | m.de.rooy, martin.renvoize |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
25.11.00
|
Circulation function: | |
Attachments: |
Bug 28146: Respect ReplytoDefault in error pages
Bug 28146: Respect ReplytoDefault in error pages |
Description
Jonathan Druart
2021-04-14 12:29:55 UTC
Please also prefer ReplyToDefault here with a fallback to KohaAdminEmailAddress. We now have: my $admin = C4::Context->preference('KohaAdminEmailAddress'); But: In some cases this will be a noreply-address. We should be using inbound_email_address or at least prefer ReplyToDefault. Created attachment 187463 [details] [review] Bug 28146: Respect ReplytoDefault in error pages Test plan: Fill ReplytoDefault. Check an error page on OPAC and intranet. Verify that the send mail link refers to that email address. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Trivial patch. Self signoff Created attachment 187654 [details] [review] Bug 28146: Respect ReplytoDefault in error pages Test plan: Fill ReplytoDefault. Check an error page on OPAC and intranet. Verify that the send mail link refers to that email address. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> Nice work everyone! Pushed to main for 25.11 |