Page MenuHomePhorge

D611.1775381574.diff
No OneTemporary

Authored By
Unknown
Size
726 B
Referenced Files
None
Subscribers
None

D611.1775381574.diff

diff --git a/wallace/module_resources.py.ORIG b/wallace/module_resources.py
--- a/wallace/module_resources.py.ORIG
+++ b/wallace/module_resources.py
@@ -323,7 +323,7 @@
continue
# ignore updates and cancellations to resource collections who already delegated the event
- if len(receiving_attendee.get_delegated_to()) > 0 or receiving_attendee.get_role() == kolabformat.NonParticipant:
+ if len(receiving_attendee.get_delegated_to()) > 0 or (receiving_attendee.get_role() == kolabformat.NonParticipant and not receiving_attendee.get_rsvp()):
done = True
log.debug(_("Recipient %r is non-participant, ignoring message") % (receiving_resource['mail']), level=8)

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 5, 9:32 AM (5 d, 22 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18821524
Default Alt Text
D611.1775381574.diff (726 B)

Event Timeline