The attached patch makes the default action Respond instead of Comment, which now agrees with the link text that says Reply. With Action defaulting to undef, the template was assuming Comment.

~Jason


On 12/02/2010 11:28 AM, Jason A. Smith wrote:
On the ticket display of the mobile interface, at the top, there are
three links for Basics, History & Reply. I used the reply link without
looking closely and it actually made a comment instead of a reply. Can
this default action be changed easily? Also, since it does not default
to a reply, shouldn't the link text be changed to Comment instead?
diff -ur RT-Extension-MobileUI-1.00-dist/html/m/ticket/reply RT-Extension-MobileUI-1.00/html/m/ticket/reply
--- RT-Extension-MobileUI-1.00-dist/html/m/ticket/reply	2010-08-06 11:08:52.000000000 -0400
+++ RT-Extension-MobileUI-1.00/html/m/ticket/reply	2010-12-06 17:06:06.000000000 -0500
@@ -166,6 +166,6 @@
 
 <%ARGS>
 $id => undef
-$Action => undef
+$Action => 'Respond'
 $DefaultStatus => undef
 </%ARGS>

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to