[Rt-devel] [rt-users] mobile interface reply link.
Jesse Vincent
jesse at bestpractical.com
Wed Dec 8 11:36:11 EST 2010
Thanks, applied, released as 1.01
On Tue 7.Dec'10 at 16:14:31 -0500, Jason A. Smith wrote:
> I thought it would be better to send this to the devel list instead.
>
> 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>
>
> _______________________________________________
> List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
More information about the rt-devel
mailing list