Bug 3682

Summary: message type in messaging table not translatable
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: I18N/L10NAssignee: Katrin Fischer <katrin.fischer>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: enhancement    
Priority: PATCH-Sent (DO NOT USE) CC: gmcharlt
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:
Attachments: screenshot of messaging table in opac
screenshot
Proposed patch

Description Chris Cormack 2010-05-21 01:13:40 UTC


---- Reported by katrin.fischer@bsz-bw.de 2009-09-30 21:43:19 ----

Created an attachment
screenshot of messaging table in opac

Message name in messaging table comes out of database (message_attributes.message_name) and is not translatable in .po or staff interface.



--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:13 UTC  ---

This bug was previously known as _bug_ 3682 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3682
Imported an attachment (id=1513)

Actual time not defined. Setting to 0.0
The original submitter of attachment 1513 [details] is unknown.
   Reassigning to the person who moved it here: chris@bigballofwax.co.nz.

Comment 1 Katrin Fischer 2010-06-02 15:48:41 UTC
Created attachment 2194 [details]
screenshot

I solved this by translating the .sql files (http://lists.koha-community.org/pipermail/koha-patches/2010-May/011998.html).

The database field message_attributs.message_name is only varchar(20). 

I think this field should be longer to make it easier to fit translations in. The field is also shown to patrons in the OPAC and it should be possible to put an easily understandable description in it.
Comment 2 Katrin Fischer 2010-06-04 20:19:33 UTC
Created attachment 2220 [details]
Proposed patch

Patch changes message_attributes.message_name from varchar(20) to varchar(40).
Comment 3 Galen Charlton 2010-06-19 13:05:17 UTC
Patch pushed.  Please test and close.
Comment 4 Katrin Fischer 2010-06-19 15:08:34 UTC
Confirm fixed.