%# RT::Extension::ReferenceIDoitObjects
%#
%# Copyright 2011-12 synetics GmbH, http://i-doit.org/
%#
%# This program is free software; you can redistribute it and/or modify it under
%# the same terms as Perl itself.
%#
%# Request Tracker (RT) is Copyright Best Practical Solutions, LLC.

<%INIT>
return unless $Ticket;
$Actions->{'ReferenceIDoitObjects'} = {
    path  => 'Ticket/ModifyIDoitObjects.html?id=' . $Ticket->Id,
    title => loc('Referenced i-doit objects')
};
</%INIT>

<%ARGS>
$Ticket
$Actions
</%ARGS>
