[Erp5-dev] worklists/jumps issue

Mikolaj Antoszkiewicz mikolaj at erp5.pl
Mon Mar 31 14:42:01 CEST 2008


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



More information about the Erp5-dev mailing list