• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

It seems that the "edit" link in the action list does not work correctly. The "?" between URI and parameters is missing. i.e.:

http:/127.0.0.1/localhost/twiki/bin/edit/Sandbox/ActionTrackerPluginTestskin=action,pattern;atp_action=AcTion0;t=1159624244

correct:

http:/127.0.0.1/localhost/twiki/bin/edit/Sandbox/ActionTrackerPluginTest?skin=action,pattern;atp_action=AcTion0;t=1159624244

TWiki:Main.SheridanRawlins was so kind to provide a patch: TWiki:Support.ActionTrackerEditLink

--- lib/TWiki/Plugins/ActionTrackerPlugin/Action.pm   2006/10/02 04:47:15   1.1
+++ lib/TWiki/Plugins/ActionTrackerPlugin/Action.pm   2006/10/02 04:48:26
@@ -628,7 +628,7 @@
 
     my $url = TWiki::Func::getScriptUrl(
         $this->{web}, $this->{topic}, 'edit').
-          'skin='.$skin.';atp_action=' . $this->getAnchor() . ';t='.time();
+          '?skin='.$skin.';atp_action=' . $this->getAnchor() . ';t='.time();
     my $attrs = { href => $url };
     if ( $newWindow ) {
         # Javascript window call


Fixed and new version uploaded.

CC

ItemTemplate
Summary Edit link in action list is incorrect
ReportedBy TWiki:Main.ThomasWeber
Codebase 4.0.4
SVN Range TWiki-4.1, Sat, 23 Sep 2006, build 11571
AppliesTo Extension
Component ActionTrackerPlugin
Priority Enhancement
CurrentState Closed
WaitingFor

Checkins 11698
TargetRelease n/a
Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r4 - 2006-10-11 - CrawfordCurrie
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback