Action Tracker Search
There is no table formatting any more since TWiki Version 4.2.2.
%ACTIONSEARCH{ who="Main.CulUser" header="| *Verantwortlicher* | *Aufgabe* |*Faellig am*| *Status* |" format="|$who|$text|$due|$state|" }%
--
TWiki:Main/WolfMarbach
- 02 Sep 2008
I can't reproduce this. For example, the following works for me on 4.2.2 & 4.2.3:
%ACTIONSEARCH{state="closed" topic="%TOPIC%" header="|Closed|Due date|Description|(edit)|" format="| $closed | $due | $text | $edit |"}%
I'm using plugin version 16778 (07 May 2008). Which one do you have?
--
TWiki:Main.SeanCMorgan
- 18 Sep 2008
I use TWiki 4.2 and
NatSkin and it still doesn't work for me!
--
TWiki:Main.WolfMarbach
- 19 Sep 2008
I have a similar issue. The table created by ACTIONSEARCH has the wrong layout because the
table
has the wrong class. It should be
atpSearch but is
twikiFormTable.
This is on TWiki TWiki-4.2.4, Sat, 06 Dec 2008, build 17773 with plugin version 16778 (07 May 2008).
--
TWiki:Main.TobiasVonDerKrone
- 08 Jan 2009
In the
Format.pm
file in line 273 there is hardcoded:
my $text = CGI::start_table( {class => 'twikiFormTable' }, $a );
but shouldn't it be
my $text = CGI::start_table( $a );
?
Also there is
Item5938.
--
TWiki:Main.TobiasVonDerKrone
- 13 Jan 2009
There's a work-around in
TWiki:Support.SID-00449
.
--
TWiki:Main.SeanCMorgan
- 17 Aug 2009
I see problems in formatting when the separators in the format do
not have an extra space around them. For instance, when the format is "|$who|", then the output is "Main.UserName" whereas, when the format is "| $who |", then the output is "UserName".
--
TWiki:Main.DavidMasterson
- 20 May 2010