Switch tickets with [<<] and [>>]

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
dandjo
Posts: 14
Joined: 15 Oct 2010, 12:50

Switch tickets with [<<] and [>>]

Post by dandjo »

Hi folks,

is there a possibility to iterate over tickets in view.php with [<<] and [>>] when displaying an own list of tickets in my plugin (not using My View or View Issues)? Is there an API function or variable to set with my own ticket-list?
Currently the links inside the tickets are not equal to my list (order).

I hope you know what i mean. ;)

I'm using 1.2.4.

Kind regards.
dandjo
atrol
Site Admin
Posts: 8567
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Switch tickets with [<<] and [>>]

Post by atrol »

Have a look at view_all_bug_page.php
You have to set a cookie with comma seperated bug id's
Please use Search before posting and read the Manual
dandjo
Posts: 14
Joined: 15 Oct 2010, 12:50

Re: Switch tickets with [<<] and [>>]

Post by dandjo »

Thank's atrol, I'm now using

Code: Select all

gpc_set_cookie(config_get('bug_list_cookie'), implode(',', $my_ticket_array));
Post Reply