yams #149660 unproper relation definition in yams.context.defined [validation pending]
class nosy_list(RelationDefinition): subject = ('Tutu', 'Toto') object = 'CWUser' generates in context.defined a key (('Tutu', 'Toto'), 'nosy_list', 'CWUser') whereas one would want two keys ('Tutu', 'nosy_list', 'CWUser') and ('Toto', 'nosy_list', 'CWUser') | |
priority | normal |
---|---|
type | bug |
done in | 0.38.0 |
load | 0.300 |
load left | 0.000 |
closed by | #74807a09aacc [schema building] Fix key in context.defined for RelationDefinition |
patch | [schema building] Fix key in context.defined for RelationDefinition [applied] |