https://bugzilla.wikimedia.org/show_bug.cgi?id=56253
--- Comment #1 from Andre Klapper <[email protected]> --- Untested guess just from reading the code (assuming we want to replace the "OS" column by "Priority"): In template/en/default/reports/duplicates-table.html.tmpl : - { name => "op_sys", description => field_descs.op_sys }, + { name => "priority", description => field_descs.priority }, [...] - <td class="op_sys"> - [%- display_value('op_sys', bug.op_sys) FILTER html %] + <td class="priority"> + [%- display_value('priority', bug.priority) FILTER html %] -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
