[Rt-commit] rt branch, 4.2/dashboard-tables, updated. rt-4.0.0rc6-188-gfa74943
Shawn Moore
sartak at bestpractical.com
Tue Mar 22 14:39:42 EDT 2011
The branch, 4.2/dashboard-tables has been updated
via fa749439f7aedee3040261e6715d3fbbfc16b5b1 (commit)
from 0409c5dd12140ca31853d5ffbd5e8004062c4849 (commit)
Summary of changes:
share/html/Dashboards/Modify.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit fa749439f7aedee3040261e6715d3fbbfc16b5b1
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Mar 22 14:39:34 2011 -0400
Create not Save
diff --git a/share/html/Dashboards/Modify.html b/share/html/Dashboards/Modify.html
index 553248b..3efb66e 100644
--- a/share/html/Dashboards/Modify.html
+++ b/share/html/Dashboards/Modify.html
@@ -101,7 +101,7 @@ else {
if ($id eq 'new') {
$tried_create = 1;
- my ($val, $msg) = $Dashboard->Save(
+ my ($val, $msg) = $Dashboard->Create(
Name => $ARGS{'Name'},
Privacy => $ARGS{'Privacy'},
);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list