Item5974: Action Tracker table formatting does not work

pencil
Priority: Urgent
Current State: Closed
Released In:
Target Release: n/a
Applies To: Extension
Component: ActionTrackerPlugin
Branches:
Reported By: TWiki:Main.WolfMarbach
Waiting For:
Last Change By: CrawfordCurrie

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

ItemTemplate edit

Summary Action Tracker table formatting does not work
ReportedBy TWiki:Main.WolfMarbach
Codebase
SVN Range TWiki-5.0.0, Mon, 18 Aug 2008, build 17431
AppliesTo Extension
Component ActionTrackerPlugin
Priority Urgent
CurrentState Closed
WaitingFor
Checkins ActionTrackerPlugin:721cfeff76d8
TargetRelease n/a
ReleasedIn
Topic revision: r8 - 29 Jan 2009, CrawfordCurrie
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy