RT::Extension::QuickDelete is a Perl module that adds q "quick delete" button" to RT's standard ticket search interface.
SYNOPSIS
perl Makefile.PL
make install
make initdb
# If you're using RT 3.6.0 or RT 3.6.1, copy etc/3.6.1/ShowSearch to /opt/rt3/share/html/Elements/ShowSearch
# (This changed file is already included in RT 3.6.2)
# Update your default RT search results format to include favorites link by adding this to your RT_SiteConfig.pm:
Set ($DefaultSearchResultFormat, qq{
'< B >< A HREF="$RT::WebPath/Ticket/Display.html?id=__id__" >__id__< /a >< /B >/TITLE:#',
'< B >< A HREF="$RT::WebPath/Ticket/Display.html?id=__id__" >__Subject__< /a >< /B >/TITLE:Subject',
Status,
QueueName,
OwnerName,
Priority,
QuickDelete,
'__NEWLINE__',
'',
'< small >__Requestors__< /small >',
'< small >__CreatedRelative__< /small >',
'< small >__ToldRelative__< /small >',
'< small >__LastUpdatedRelative__< /small >',
'< small >__TimeLeft__< /small >'});
Product's homepage
Requirements:
· Perl