Question
I have been trying to install the
ActionTrackerPlugin. It seems to be working correctly, except the edit/close functionality is not working. When I edit the action item, my changes are inserted, but there is not a carriage return between the action item and the next action item. Also a character is inserted. See sample below.
I create the following actions:
%ACTION{ state="open" creator="Main.MichaelMathis" notify="" closer="" closed="BAD DATE FORMAT see Plugins.ActionTrackerPlugin#DateFormats" due="12-Sep-2003" who="Main.mathis" created="12-Sep-2003" uid="000016" }% Action Item 10 - Description for Item 10
%ACTION{ state="open" creator="Main.MichaelMathis" notify="" closer="" closed="BAD DATE FORMAT see Plugins.ActionTrackerPlugin#DateFormats" due="12-Sep-2003" who="Main.mathis" created="12-Sep-2003" uid="000017" }% Action Item 11 -
%ACTION{ state="open" creator="Main.MichaelMathis" due="12-Sep-2003" who="Main.mathis" created="12-Sep-2003" uid="000018" }% Action Item 12
I then click on the edit button for item 11 and change the text to Action Item 11 - Description for Item 11. However the saved text becomes:
%ACTION{ state="open" creator="Main.MichaelMathis" notify="" closer="" closed="BAD DATE FORMAT see Plugins.ActionTrackerPlugin#DateFormats" due="12-Sep-2003" who="Main.mathis" created="12-Sep-2003" uid="000016" }% Action Item 10 - Description for Item 10%<nop>ACTION{ state="open" creator="Main.MichaelMathis" notify="" closer="" closed="BAD DATE FORMAT see Plugins.ActionTrackerPlugin#DateFormats" due="12-Sep-2003" who="Main.mathis" created="12-Sep-2003" uid="000017" }% Action Item 11 - Description for Item 11
%ACTION{ state="open" creator="Main.MichaelMathis" due="12-Sep-2003" created="12-Sep-2003" who="Main.mathis" uid="000018" }% Action Item 12
As you can see item 10 is not inserted on it's own line, but appended to the same line as the previous action item. I thought maybe one of my custom temlplates was causing a problem so I deleted all the templates and copied them over from the installation, but it didn't help. Any ideas?
Thanks,
Michael
Environment
--
MichaelMathis - 12 Sep 2003
Answer
I can't reproduce this. Any update (i.e. is it still broken) would be welcome!
--
CrawfordCurrie - 11 Dec 2003
Michael, you were victim to a now found and fixed bug with Mozilla browsers. The latest version of the plugin should cure your problem.
--
CrawfordCurrie - 25 Feb 2004