Bug 3682 - message type in messaging table not translatable
Summary: message type in messaging table not translatable
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: I18N/L10N (show other bugs)
Version: master
Hardware: All All
: PATCH-Sent (DO NOT USE) enhancement (vote)
Assignee: Katrin Fischer
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-30 09:43 UTC by Katrin Fischer
Modified: 2012-10-25 22:53 UTC (History)
1 user (show)

See Also:
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 (15.49 KB, image/png)
2009-09-30 21:43 UTC, Chris Cormack
Details
screenshot (17.59 KB, image/png)
2010-06-02 15:48 UTC, Katrin Fischer
Details
Proposed patch (2.18 KB, application/octet-stream)
2010-06-04 20:19 UTC, Katrin Fischer
Details

Note You need to log in before you can comment on or make changes to this bug.
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.