Summary: | highlight patron changes in email | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Patrons | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, gmcharlt, paul.poulain |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Proposed fix
Screenshot of example email Fix for Bug 7006, highlight patron changes in email |
Description
Nicole C. Engard
2011-10-11 18:55:39 UTC
Changes made by patrons show up in all caps in the email. Maybe a note in the email telling the librarian that that's why the text is in all caps would be helpful. I have updated the manual for now. Created attachment 5844 [details] [review] Proposed fix This patch eliminates all unchanged fields from the email on the assumption that the information is superfluous. I have also added a link to the patron edit screen which will be displayed if the staffClientBaseURL has been entered. Created attachment 5845 [details]
Screenshot of example email
Updating Version : This ENH will be for Koha 3.8 Bug versionned for master. entries will be made against rel_3_8 once the patch has been applied (see thread about that on koha-devel yesterday) Patch applies clean, and works I leave it up to others to decide if its a good change. Created attachment 6861 [details] [review] Fix for Bug 7006, highlight patron changes in email This patch eliminates all unchanged fields from the email on the assumption that the information is superfluous. I have also added a link to the patron edit screen which will be displayed if the staffClientBaseURL has been entered. Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> The described changes make sense to me. I had libraries complaining about the bad readability of the address change mail. Only showing changed information will make it easier. Another problem is that it's not a template in notices so can't be translated. QA comment: small patch, works fine, perlcritic still OK after the patch. A good improvement could be to have the message translatable, but it was not before the patch, it's not after, that's another story... (In reply to comment #9) > A good improvement could be to have the message translatable, but it was not > before the patch, it's not after, that's another story... See Bug 1153. We've been waiting for that for a while now. There have been no further reports of problems so I am marking this bug resolved. |