Summary: | Can't go to patron record with TranslateNotices active | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Patrons | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | blocker | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, kyle.m.hall, martin.renvoize |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 18789 | ||
Bug Blocks: | |||
Attachments: |
Bug 20792: (bug 18789 follow-up) Fix patron edit page if TranslateNotices is set
Bug 20792: (bug 18789 follow-up) Fix patron edit page if TranslateNotices is set |
Description
Katrin Fischer
2018-05-19 23:24:03 UTC
Confirmed, caused by commit 0ab22e1c7c6b6e8d14a4fb7478ab2a3d42da347d Bug 18789: Send Koha::Patron object to the templates Created attachment 75459 [details] [review] Bug 20792: (bug 18789 follow-up) Fix patron edit page if TranslateNotices is set translated_language is not a Koha::Patron's method but a simple variable sent to the template. Created attachment 75460 [details] [review] Bug 20792: (bug 18789 follow-up) Fix patron edit page if TranslateNotices is set translated_language is not a Koha::Patron's method but a simple variable sent to the template. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Trivial obvious fix, skipping QA. Thank Katrin! Pushed to master for 18.05 |