[rt-users] Fw: Delete/Resolved Link for RT at a glance
Andree Kupka
andree.kupka at yahoo.com
Fri Jan 26 06:28:02 EST 2007
Hello,
I have solved this for my purposes. I changed the local/html/Ticket/Modify.html like this:
<body onload="doLoad()">
<%INIT>
my $TicketObj = LoadTicket($id);
my $CustomFields = $TicketObj->QueueObj->TicketCustomFields();
# Now let callbacks have a chance at editing %ARGS
$m->comp('/Elements/Callback', TicketObj => $TicketObj, CustomFields => $CustomFields, ARGSRef => \%ARGS);
my @results = ProcessTicketBasics(TicketObj => $TicketObj, ARGSRef => \%ARGS);
my @cf_results = ProcessObjectCustomFieldUpdates(Object => $TicketObj, ARGSRef => \%ARGS);
push (@results, @cf_results);
# TODO: display the results, even if we can't display the ticket
unless ($TicketObj->CurrentUserHasRight('ShowTicket')) {
Abort("No permission to view ticket");
}
</%INIT>
<%ARGS>
$id => undef
</%ARGS>
<script language="JavaScript">
var sURL = "http://example.de/rt"; // I put in here our homepage of RT
function doLoad()
{
setTimeout( "refresh()", 10 );
}
function refresh()
{
window.location.href = sURL;
}
//-->
</script>
<body onload="doLoad()">
-----------
Any comments ?
----- Forwarded Message ----
From: Andree Kupka <andree.kupka at yahoo.com>
To: rt-users at lists.bestpractical.com
Sent: Wednesday, January 24, 2007 11:13:03 PM
Subject: Delete/Resolved Link for RT at a glance
Hello,
I add this:
'<a href="/rt/Ticket/Modify.html?id=__id__&Status=resolved">Delete</a>/TITLE: '
to the advanced search. So this is very helpfull for SPAM and so on. But I need a little help to make this more "ergonomic". Click on this link show another page, with the feedback that this ticket is resolve.
But when you have many SPAMs it will be faster when you get the feedback direkt on the search result page, or on the RT at a glance page.
Any idea how to do this?
Thanks
Andree
Finding fabulous fares is fun.
Let Yahoo! FareChase search your favorite travel sites to find flight and hotel bargains.
____________________________________________________________________________________
Need a quick answer? Get one in minutes from people who know.
Ask your question on www.Answers.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20070126/98140649/attachment.htm>
More information about the rt-users
mailing list