Discussion:
[Erp5-dev] worklists/jumps issue
Mikolaj Antoszkiewicz
2008-03-31 12:42:01 UTC
Permalink
Hello,

I'm trying to create a jump with OR-ed condtions, ie. to filter eg.
Events in an Event Module so only those are listed for which a given
Person is source *OR* destination.

It's pretty simple to list events of which the source is person1 OR person2.

Like this:
...event_module/view?reset:int=1&source_relative_url=person_module/1&source_relative_url=person_module/5

But what if I need it the other way around.
something like this:
...event_module/view?reset:int=1&source_relative_url=person_module/1&destination_relative_url=person_module/1
or rather:
...event_module/view?reset:int=1&source_relative_url=person_module/1 OR
destination_relative_url=person_module/1


I'd apreciate any hints/guidelines...
Mikolaj

Loading...