diff --git a/product/ERP5/Document/Event.py b/product/ERP5/Document/Event.py index 4d7dffc82bc65e69026d23a8bfdf532d81ac5535..a067308ac6385b625b35b3dfa5693fcd6f981820 100644 --- a/product/ERP5/Document/Event.py +++ b/product/ERP5/Document/Event.py @@ -83,8 +83,8 @@ class AcknowledgeableMixin: person_value = self.ERP5Site_getAuthenticatedMemberPersonValue( user_name=user_name) if len(self.portal_catalog(portal_type='Acknowledgement', - causality_relative_url=self.getRelativeUrl(), - destination_relative_url=person_value.getRelativeUrl())) > 0: + default_causality_uid=self.getUid(), + default_destination_uid=person_value.getUid())) > 0: result = True return result