Commit 57063d0e authored by Romain Courteaud's avatar Romain Courteaud

slapos_crm: ExactMatch

parent 435b9927
portal = context.getPortalObject()
return portal.portal_catalog.getResultValue(
title=title,
title={'query': title, 'key': 'ExactMatch'},
follow_up__uid=context.getUid(),
portal_type=portal.getPortalEventTypeList(),
sort_on=[('delivery.start_date', 'DESC')])
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment