equal
deleted
inserted
replaced
92 'read': ('managers', 'users', 'guests'), |
92 'read': ('managers', 'users', 'guests'), |
93 'update': ('managers', ERQLExpression('X in_state S, S name "todo"')), |
93 'update': ('managers', ERQLExpression('X in_state S, S name "todo"')), |
94 }) |
94 }) |
95 |
95 |
96 migrated_from = SubjectRelation('Note') |
96 migrated_from = SubjectRelation('Note') |
97 attachment = SubjectRelation(('File', 'Image')) |
97 attachment = SubjectRelation('File') |
98 inline1 = SubjectRelation('Affaire', inlined=True, cardinality='?*') |
98 inline1 = SubjectRelation('Affaire', inlined=True, cardinality='?*') |
99 todo_by = SubjectRelation('CWUser') |
99 todo_by = SubjectRelation('CWUser') |
100 |
100 |
101 class Personne(EntityType): |
101 class Personne(EntityType): |
102 nom = String(fulltextindexed=True, required=True, maxsize=64) |
102 nom = String(fulltextindexed=True, required=True, maxsize=64) |