• Do
not register here on develop.twiki.org, login with your twiki.org account.
• Use
Item7848 for generic
doc work for TWiki-6.1.1. Use
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.
Item7138: ActionTrackerPlugin doesn't read MDREPO correctly.
Item Form Data
AppliesTo: |
Component: |
Priority: |
CurrentState: |
WaitingFor: |
TargetRelease |
ReleasedIn |
Extension |
ActionTrackerPlugin |
Normal |
Closed |
|
n/a |
|
Detail
ActionTrackerPlugin doesn't read MDREPO correctly. It is still reading "origsite".
--- lib/TWiki/Plugins/ActionTrackerPlugin/ActionNotify.pm (revision 24872)
+++ lib/TWiki/Plugins/ActionTrackerPlugin/ActionNotify.pm (working copy)
@@ -81,7 +81,7 @@
if ( $infoManager && $thisSite ) {
$webRec = $infoManager->getRec("webs", $topLevWeb) or
next;
- $webRec->{origsite} eq $thisSite or
+ $webRec->{master} eq $thisSite or
next;
}
print " - $web\n";
--
TWiki:Main/YaojunFei
- 2013-02-06