Web staff client: Some column headers are untranslated

Bug #1773257 reported by Eva Cerninakova
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Evergreen
Fix Released
Undecided
Unassigned

Bug Description

In more web staff client interfaces the grid column headers are untranslated.

I have found the problem occurs at least in following interfaces:
https://<hostname>/eg/staff/circ/patron/<id>/messages
https://<hostname>/eg/staff/circ/patron/<id>/bills
https://<hostname>/eg/staff/circ/patron/<id>/bill_history/payments
https://<hostname>/eg/staff/circ/patron/<id>/bill_history/transactions
https://<hostname>/eg/staff/cat/bucket/record/view

I compared few tt2 templates where the grid is defined and it seems to me that the reason is the missing "label" attribute in the grid field path definition.

E.g. in Open-ILS/src/templates/staff/circ/patron/t_messages.tt2:

line 20 ("Applied On" in the column header is translated"):
<eg-grid-field path="set_date" label="[% l('Applied On') %]" datatype="timestamp"></eg-grid-field>

line 22 ("Library" in the column header is translated):
<eg-grid-field path="org_unit.shortname" label="[% l('Library') %]"></eg-grid-field>

However
line 21 ("Label" header is untranslated):
<eg-grid-field path="standing_penalty.label"></eg-grid-field>

line 23 ("Note" in the column header is untranslated
 <eg-grid-field path="note"></eg-grid-field>

Open-ILS / src / templates / staff / circ / patron / t_messages.tt2

Eva Cerninakova (ece)
tags: added: webstaffclient
tags: added: i18n
Remington Steed (rjs7)
tags: added: bitesize
Revision history for this message
Eva Cerninakova (ece) wrote :

I have checked column headers in Evergreen 3.2 beta sandbox — all column headers in interfaces listed above are shown translated, so I can say the problems has been resolved.

Revision history for this message
Terran McCanna (tmccanna) wrote :

Thank you, Eva! I'll close out this ticket.

Changed in evergreen:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.