Page 1 of 1

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

Posted: 01 Aug 2011, 15:13
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

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

Posted: 01 Aug 2011, 18:21
by atrol
Have a look at view_all_bug_page.php
You have to set a cookie with comma seperated bug id's

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

Posted: 02 Aug 2011, 10:00
by dandjo
Thank's atrol, I'm now using

Code: Select all

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