Page MenuHomePhorge

D611.1775302287.diff
No OneTemporary

Authored By
Unknown
Size
726 B
Referenced Files
None
Subscribers
None

D611.1775302287.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
Sat, Apr 4, 11:31 AM (1 w, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18821524
Default Alt Text
D611.1775302287.diff (726 B)

Event Timeline