Commit b5a8777d authored by Łukasz Nowak's avatar Łukasz Nowak

- typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27142 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 10ba9139
...@@ -34,7 +34,7 @@ class CategoryMembershipArity(Constraint): ...@@ -34,7 +34,7 @@ class CategoryMembershipArity(Constraint):
This constraint checks if an object respects the arity. This constraint checks if an object respects the arity.
For example we can check if every Order has at least one source. For example we can check if every Order has at least one source.
Configuration exemple: Configuration example:
{ 'id' : 'source', { 'id' : 'source',
'description' : '', 'description' : '',
'type' : 'CategoryMembershipArity', 'type' : 'CategoryMembershipArity',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment