We are running Dakar on two servers. Linux, apachefriends, Fedora5
We have on several pages some actions. Pressing the "edit" link gives the user the chance to edit the action. However if the "edit" link of the last action is used, all newlines from this action to the next text (ex: ---+ next heading) is deleted. The
EditActionTracker button is then placed AFTER this text (ex: ---+ next heading).
Pressing the
EditActionTracker button creates a new actiontable in stead of adding the new action to the existing actiontable.
Can this be solved?
RichardVinke
Can you give me an example topic and instructions on how to reproduce the problem?
CC
Hi
CC,
The example TWiki code is here:
%EDITACTIONTRACKER{ header="| Assigned to | Due date | Description | State |*Notify*|* *|*" format="| text, 30 | text, 30 | textarea, 3X40 | select, 1,open | text, 20 " changerows="add" }%
%ACTION{ due="2-Jan-2004" creator="Main.TWikiGuest" uid="000006" state="open" created="7-Nov-2006" who="Main.TWikiGuest" notify="Main.AttillaTheHun" }% An action for
TWikiGuest
%ACTION{ closed="BAD DATE FORMAT see
ActionTrackerPlugin#DateFormats" due="8-Nov-2006" creator="Main.TWikiGuest" uid="000007" state="open" created="8-Nov-2006" who="Main.RichardVinke" closer="" notify="" }% test test
Dummy header
empty line.
End example TWiki code.
Here the code is not rendered. You can review and test the code on my
http://82.173.208.171/twiki/bin/view.pl/Sandbox/RichardTest
(sloooow) server. This is not the same server as I use on the job. Please feel free to change anything here.
The 'Add-ActionItem' link is placed under the last action, before the Dummy header. If you click on the 'edit' link of the last action and edit something, the 'Add-ActionItem' button is not under the last link anymore but placed after the Dummy header. Creating a new line with the TWiki code editer, between the last action and the Dummy header, solves the problem.
Does this help?
RichardVinke
You are reporting an error for code which is not in the
ActionTrackerPlugin. What you run is an unfinished thing downloaded from the
TWiki:Plugins.ActionTrackerPluginDev
topic. It is a very nice feature which would be nice to have fixed and added to the plugin - but it is not an error in the officially released plugin.
KJL
It's indeed a very nice feature. I will report this bug on the
ActionTrackerPluginDev topic and set the
CurrentState to Discarded
Thanks for replying!
RichardVinke