[Rt-commit] r7564 - rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident

Jesse Vincent jesse at bestpractical.com
Thu Apr 19 11:51:45 EDT 2007


Sorry, my proper fix of this didn't push last night before I fell asleep.


clkao at bestpractical.com wrote:
> Author: clkao
> Date: Thu Apr 19 07:36:03 2007
> New Revision: 7564
>
> Modified:
>    rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Display.html
>
> Log:
> Make the locking code in incident/display actually compile and work.
>
> Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Display.html
> ==============================================================================
> --- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Display.html	(original)
> +++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Display.html	Thu Apr 19 07:36:03 2007
> @@ -324,7 +324,7 @@
>  
>      }
>      if ( $ARGS{'Lock'} ) {
> -
> +        my $Ticket = $TicketObj;
>          if ( $ARGS{'Lock'} eq 'add' ) {
>              if ( $Ticket->RT::IR::Ticket::Lock() ) {
>                  push @results, loc('You now have a lock on this ticket');
> _______________________________________________
> Rt-commit mailing list
> Rt-commit at lists.bestpractical.com
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
>
>   





More information about the Rt-commit mailing list