Page MenuHomePhorge

D491.1775252712.diff
No OneTemporary

Authored By
Unknown
Size
710 B
Referenced Files
None
Subscribers
None

D491.1775252712.diff

diff --git a/wallace/module_invitationpolicy.py b/wallace/module_invitationpolicy.py
--- a/wallace/module_invitationpolicy.py
+++ b/wallace/module_invitationpolicy.py
@@ -419,8 +419,8 @@
# compare sequence number to determine a (re-)scheduling request
if existing is not None:
- log.debug(_("Existing %s: %r") % (existing.type, existing), level=9)
scheduling_required = itip_event['sequence'] > 0 and itip_event['sequence'] > existing.get_sequence()
+ log.debug(_("Scheduling required: %r, for existing %s: %s") % (scheduling_required, existing.type, existing.get_uid()), level=8)
save_object = True
# if scheduling: check availability (skip that for tasks)

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 3, 9:45 PM (12 h, 18 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18826281
Default Alt Text
D491.1775252712.diff (710 B)

Event Timeline