How change column name in TicketQuery table output?
13 views
Skip to first unread message
Aikido Guy
unread,
Jan 11, 2021, 10:26:15 AM1/11/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Trac Users
Hi Everyone,
Is it possible to change the name of a column, such as "Modified" to something else, such as "Date" in the TicketQuery table output? I'm using Trac 1.4.2
Kindly,
Aikido Guy
Aikido Guy
unread,
Jan 11, 2021, 3:30:17 PM1/11/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Trac Users
I worked around this by using a custom field with a custom label.
Still, it might be interesting to know if alternative columns headings could be used...
RjOllos
unread,
Jan 11, 2021, 3:41:19 PM1/11/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Trac Users
Currently, it's not possible to change the table headings for the TicketQuery table format. It could be customized for your site using some site-specific JavaScript, or might even be possible with CSS.