Ticket #365 (new defect)

Opened 2 years ago

Last modified 2 years ago

Colums type, priority, resolution & status are always emptyt due to translation

Reported by: rapin.s@wanadoo.fr Assigned to: eblot
Priority: normal Component: TracFrenchTranslation
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

After reading the source code and tamplate code, I think there is a mistake on "report.cs" at line 174 :

           <?cs call:report_cell(name(cell), translation[cell]) ?>

Variable translation[cell] return always an empty value. But I don't know how works template code with python variable...

Attachments

Change History

02/02/07 12:00:16 changed by damien

I had the same problem.

Following you're bug description i simply delete the line (name(cell) == "severity") (name(cell) == "type)

And the cell return now the good value.


Add/Change #365 (Colums type, priority, resolution & status are always emptyt due to translation)




Change Properties
Action