NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
Item5974: Action Tracker table formatting does not work
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Urgent |
Closed |
Extension |
ActionTrackerPlugin |
|
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
I agree, it should be an
atpSearch table. Confirmed.
--
CrawfordCurrie - 28 Jan 2009
Done --
CrawfordCurrie - 29 Jan 2009