Page MenuHomePhorge

D479.1774813260.diff
No OneTemporary

Authored By
Unknown
Size
521 B
Referenced Files
None
Subscribers
None

D479.1774813260.diff

diff --git a/pykolab/xml/event.py b/pykolab/xml/event.py
--- a/pykolab/xml/event.py
+++ b/pykolab/xml/event.py
@@ -880,7 +880,8 @@
if attr == "categories":
self.add_category(value)
elif attr == "class":
- self.set_classification(value)
+ if (value and value[:2] not in ['X-', 'x-']):
+ self.set_classification(value)
elif attr == "recurrenceid":
self.set_ical_recurrenceid(value, params)
elif hasattr(self, ical_setter):

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 29, 7:41 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18774657
Default Alt Text
D479.1774813260.diff (521 B)

Event Timeline