Question
Testing the
ActionTrackerPlugin and it looks great! I notice that when I edit the action from "open" to "closed" and then edit the topic containing the action, the closer attribute shows up as 'closer=""' Is it not supposed to record who closed it?
Environment
--
AlanDayley - 15 Apr 2005
Answer
It should do, yes, if you are authenticated.
--
CrawfordCurrie - 16 Apr 2005
Debugging
Thanks for the answer. However, I just tested it again. The closer attribute shows up as 'closer=""' for me. I am authenticated in my twiki via .htaccess. The state of my install is still the same as documented above.
What can I do to debug this issue? How can I help narrow the issue?
--
AlanDayley - 06 May 2005
Aha; this is the same issue as
ActionTrackerPluginBadDateProblems. OK, that gives me a clue. Please watch this space (and apologies for the delay in getting to this; I've been busy elsewhere)
--
CrawfordCurrie - 30 Jun 2005
I'm not chaging the state of the action just adding a comment so just incase it turns out that my problem and Alans are dissimilar I've also added it to my thread. This is the actions before an edit using the edit actions link;
%ACTION{ due="8-Jul-2005" creator="Main.NickPorter" uid="000006" state="open" created="21-Jun-2005" who="Main.NickPorter" notify="Main.NickPorter" }% Test Action add add add add
This is the same action after editing;
%ACTION{ closed="BAD DATE FORMAT see TWiki.ActionTrackerPlugin#DateFormats" due="8-Jul-2005" creator="Main.NickPorter" uid="000006" state="open" created="21-Jun-2005" who="Main.NickPorter" closer="" notify="Main.NickPorter" }% Test Action add add add add add more
As you can see the action state is still open and the date format is correct in both. Also it dosen't find any closed actions if I do an
%ACTIONSEARCH{state="closed"}%
--
NickPorter - 07 Jul 2005
It's the same problem, and it's fixed in the latest code. However because this is an annoyance rather than a bug per se, I'm not planning to release a fixed version until after
DakarRelease is available, due to pressure on my TWiki-time.
--
CrawfordCurrie - 18 Aug 2005
Okay Crawford. thanks for looking at it for me.
--
NickPorter - 16 Sep 2005