Loading...
 
Skip to main content

Features / Usability


[SOLVED] URL-encoded list of filters for tracker status (Tracker field relation)

posts: 8640 France

In the tracker field relation you can set filters; URL-encoded list of filters to be applied on object selection

The following work fine for pending items only:

Copy to clipboard
tracker_id=22&object_type=trackeritem&tracker_status=p


But I can’t find the right way to filter open AND pending items.
I tried many thing...

Copy to clipboard
tracker_id=22&object_type=trackeritem&tracker_status=op tracker_id=22&object_type=trackeritem&tracker_status=o&tracker_status=p tracker_id=22&object_type=trackeritem&tracker_status=o+AND+p


Ideas ?

posts: 126891 United Kingdom

Hi Bernard

I think what you need is:

Copy to clipboard
tracker_id=22&type=trackeritem&tracker_status=o+OR+p

Tracker items can never be Open and Pending at the same time 😬😕

(i'm pretty sure just type works as well as object_type these days too)

posts: 8640 France
Jonny Bradley wrote:

Hi Bernard

I think what you need is:

Copy to clipboard
tracker_id=22&type=trackeritem&tracker_status=o+OR+p

Tracker items can never be Open and Pending at the same time 😬😕

(i'm pretty sure just type works as well as object_type these days too)


Duuu... 😊
Thanks Jonny.

However what do you mean by : "(i'm pretty sure just type works as well as object_type these days too)" ?