Commit 6f150041 authored by Arnaud Fontaine's avatar Arnaud Fontaine

2010-12-07 arnaud.fontaine

* Modify dynamic_class_generation_interaction_workflow to reset the dynamic modules when calling setTypePropertySheetList().
* Fix description of Constraints portal types for ZODB Property Sheets.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41184 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 041377a4
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>An Attribute Equality Constraint checks whether the attribute value is valid</string> </value> <value> <string>An Accounting Transaction Balance Constraint checks whether accounting transaction total debit and total credit are equal</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
...@@ -33,9 +33,7 @@ ...@@ -33,9 +33,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <value> <string>A Category Acquired Membership Arity Constraint checks whether an object respects the arity with Acquisition</string> </value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
...@@ -33,9 +33,7 @@ ...@@ -33,9 +33,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <value> <string>A Category Membership Arity Constraint checks whether an object respects the arity</string> </value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
...@@ -33,9 +33,7 @@ ...@@ -33,9 +33,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <value> <string>A Category Related Membership Arity Constraint checks whether an object respects the arity from a category reverse membership point of view</string> </value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>A Property Existence Constraint checks whether an object has the given properties</string> </value> <value> <string>A Property Type Validity Constraint allow to check and fix type of each attributes defined in the PropertySheets</string> </value>
</item> </item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>An Attribute Equality Constraint checks whether the attribute value is valid</string> </value> <value> <string>A Resource Measures Consistency Constraint checks whether measures defined on a resource are not meaningless</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
...@@ -33,9 +33,7 @@ ...@@ -33,9 +33,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <value> <string>A TALES Constraint checks whether the expression is not evaluated as false</string> </value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>An Attribute Equality Constraint checks whether the attribute value is valid</string> </value> <value> <string>A Trade Model Line Cell Consistency Constraint checks whether Trade Model Line should contain cells</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>An Attribute Equality Constraint checks whether the attribute value is valid</string> </value> <value> <string>A Transaction Quantity Value Feasability Constraint checks whether the quantity of the transaction is possible for the source and the destination</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>An Attribute Equality Constraint checks whether the attribute value is valid</string> </value> <value> <string>A Transaction Quantity Value Validity Constraint checks whether the quantity of the transaction is greater than the balance of the source</string> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
<string>_setTypeClass.*</string> <string>_setTypeClass.*</string>
<string>_setTypeMixin.*</string> <string>_setTypeMixin.*</string>
<string>_setTypeInterface.*</string> <string>_setTypeInterface.*</string>
<string>_setTypeZodbPropertySheet.*</string> <string>_setTypePropertySheet.*</string>
</list> </list>
</value> </value>
</item> </item>
......
2010-12-07 arnaud.fontaine
* Modify dynamic_class_generation_interaction_workflow to reset the dynamic modules when calling setTypePropertySheetList().
* Fix description of Constraints portal types for ZODB Property Sheets.
2010-12-06 nicolas.dumazet 2010-12-06 nicolas.dumazet
* rename Synchronisation Tool to Synchronization Tool for consistency * rename Synchronisation Tool to Synchronization Tool for consistency
* fix type classes on tool portal types * fix type classes on tool portal types
......
40826 40830
\ No newline at end of file \ No newline at end of file
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