[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-507-g923320f
Shawn Moore
sartak at bestpractical.com
Wed Nov 17 18:01:55 EST 2010
The branch, 3.9-trunk has been updated
via 923320f6883afe104fb796742363a35aa007de07 (commit)
from 12014734c226944bc0c5f3371f55612d1c5d2b98 (commit)
Summary of changes:
share/html/Dashboards/Elements/ShowSubscription | 2 +-
share/html/Elements/RT__Dashboard/ColumnMap | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 923320f6883afe104fb796742363a35aa007de07
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Nov 17 18:02:09 2010 -0500
The parameter Subscription.html wants is id not DashboardId
diff --git a/share/html/Dashboards/Elements/ShowSubscription b/share/html/Dashboards/Elements/ShowSubscription
index bb097b8..0c15bde 100644
--- a/share/html/Dashboards/Elements/ShowSubscription
+++ b/share/html/Dashboards/Elements/ShowSubscription
@@ -51,7 +51,7 @@ $Dashboard => undef
$Subscription => undef
</%ARGS>
<%INIT>
-my $url = sprintf '%s/Dashboards/Subscription.html?DashboardId=%d',
+my $url = sprintf '%s/Dashboards/Subscription.html?id=%d',
RT->Config->Get('WebPath'),
$Dashboard->Id,;
diff --git a/share/html/Elements/RT__Dashboard/ColumnMap b/share/html/Elements/RT__Dashboard/ColumnMap
index d7ca93f..481412c 100644
--- a/share/html/Elements/RT__Dashboard/ColumnMap
+++ b/share/html/Elements/RT__Dashboard/ColumnMap
@@ -69,7 +69,7 @@ my $COLUMN_MAP = {
my $Dashboard = shift;
my $Subscription = $Dashboard->Subscription;
- my $url = sprintf '%s/Dashboards/Subscription.html?DashboardId=%d',
+ my $url = sprintf '%s/Dashboards/Subscription.html?id=%d',
RT->Config->Get('WebPath'),
$Dashboard->Id;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list