Commit 42c7a16d authored by Jérome Perrin's avatar Jérome Perrin

administration: document non obvious code in Base_checkAlarmConsistency

parent 49ef191d
......@@ -9,8 +9,11 @@ if context.providesIConstraint():
# of this name implement consistency checking on object
return constraint_message_list
# this constraint is created as a temp object under portal_trash, because
# portal_trash has no restriction on allowed content types.
missing_category_document = portal.portal_trash.newContent(
portal_type='Missing Category Document Constraint',
id='missing_category_document_constraint',
temp_object=True)
property_type_validity = PropertyTypeValidity(id='type_check', description='Type Validity Check')
......
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