[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-9-g235108c
Jesse Vincent
jesse at bestpractical.com
Wed Dec 8 11:37:04 EST 2010
The branch, 3.9-trunk has been updated
via 235108cfa5fa07107678fd1b66ddec39bcffbc8a (commit)
from bf8dde237b10a31c2b689d45a77d8df02279c18d (commit)
Summary of changes:
share/html/m/ticket/reply | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 235108cfa5fa07107678fd1b66ddec39bcffbc8a
Author: Jason A. Smith <smithj4 at bnl.gov>
Date: Wed Dec 8 11:36:41 2010 -0500
fix "reply" links to default to reply
diff --git a/share/html/m/ticket/reply b/share/html/m/ticket/reply
index f7b01cd..a558d21 100644
--- a/share/html/m/ticket/reply
+++ b/share/html/m/ticket/reply
@@ -210,6 +210,6 @@ if ( !$checks_failure && exists $ARGS{SubmitTicket} ) {
<%ARGS>
$id => undef
-$Action => undef
+$Action => 'reply'
$DefaultStatus => undef
</%ARGS>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list