Insert blank columns in query builder

Hi list,

is there a way to add a blank column to the shown column at “Display
Columns” in the Query Builder? There is one as default at ShowColumns
but there is no chance to add another one from Add Columns. Did I miss
anything or is this not possible yet? I have not found anything at the
list or the wiki about this issue…

Cheers,
Ben

The problem’s solved. For the sake of the mailing list, here’s the solution.

Just copy $RT_HOME/share/html/Search/Elements/BuildFormatString to local
and add a to the array starting at line 68. Then the blank can
be used everywhere for the search.

All the things we can display in the format string by default

my @fields = qw(
id
Status
ExtendedStatus

[snip]

Children
NEWLINE

);

Best,
Ben

Benjamin Weser schrieb: