[rt-users] "Uncheck All" in mass update page?
Damian Burke
smeed1 at mac.com
Tue Aug 31 08:23:25 EDT 2004
I had to add a couple of things to get this to work.
After that, it works great.
29c29
< <FORM METHOD=POST>
---
> <FORM METHOD=POST name="TicketList">
45a46,47
> my @ticket_nums;
>
46a49,50
> unshift @ticket_nums, $Ticket->id;
>
Damian
>
> Hello,
>
> I added some (Javascript) code to /Search/Bulk.html to implement this
> on
> our RT instance. It allows the agent to "Check All" and "Uncheck All".
> I
> was originally going to attempt this without Javascript, but broke down
> and did it with Javascript because I was short on time.
>
> http://www.cnw.com/~dustin/Bulk.html.gz
>
>
More information about the rt-users
mailing list