Skip to content
Snippets Groups Projects
Commit ccb56ede7e72 authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

respell symetric

parent b3c31fc3c207
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@
content = String(fulltextindexed=True)
content_format = String(required=True, meta=True, maxsize=50)
ordernum = Int(required=True)
alternative = SubjectRelation('EmailPart', symetric=True)
alternative = SubjectRelation('EmailPart', symmetric=True)
class EmailThread(EntityType):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment