Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117357471
D479.1774813260.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
521 B
Referenced Files
None
Subscribers
None
D479.1774813260.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D479: Fix error on CLASS:X-PERSONAL
Attached
Detach File
Event Timeline