Commit 01f19be9 authored by Łukasz Nowak's avatar Łukasz Nowak

Ignore cancelled SR.

parent 0d01172b
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</item> </item>
<item> <item>
<key> <string>test_tales_expression</string> </key> <key> <string>test_tales_expression</string> </key>
<value> <string>python: object.getCoordinateText("") != ""</string> </value> <value> <string>python: object.getCoordinateText("") != "" and context.getValidationState() != \'cancelled\'</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -40,10 +40,22 @@ ...@@ -40,10 +40,22 @@
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>aggregate_category_membership_arity_constraint</string> </value> <value> <string>aggregate_category_membership_arity_constraint</string> </value>
</item> </item>
<item>
<key> <string>int_index</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>max_arity</string> </key> <key> <string>max_arity</string> </key>
<value> <int>1</int> </value> <value> <int>1</int> </value>
</item> </item>
<item>
<key> <string>membership_criterion_category</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>message_arity_not_in_range</string> </key> <key> <string>message_arity_not_in_range</string> </key>
<value> <string>One Software Product must be defined</string> </value> <value> <string>One Software Product must be defined</string> </value>
...@@ -68,9 +80,21 @@ ...@@ -68,9 +80,21 @@
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Category Membership Arity Constraint</string> </value> <value> <string>Category Membership Arity Constraint</string> </value>
</item> </item>
<item>
<key> <string>string_index</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>test_method_id</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>test_tales_expression</string> </key> <key> <string>test_tales_expression</string> </key>
<value> <string>python: object.getValidationState() != \'draft\'</string> </value> <value> <string>python: object.getValidationState() not in (\'draft\' , \'cancelled\')</string> </value>
</item> </item>
<item> <item>
<key> <string>use_acquisition</string> </key> <key> <string>use_acquisition</string> </key>
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
</item> </item>
<item> <item>
<key> <string>test_tales_expression</string> </key> <key> <string>test_tales_expression</string> </key>
<value> <string>python: object.getValidationState() != \'draft\'</string> </value> <value> <string>python: object.getValidationState() not in (\'draft\', \'cancelled\')</string> </value>
</item> </item>
<item> <item>
<key> <string>workflow_state_list</string> </key> <key> <string>workflow_state_list</string> </key>
......
...@@ -32,6 +32,18 @@ ...@@ -32,6 +32,18 @@
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>contributor_state_constraint</string> </value> <value> <string>contributor_state_constraint</string> </value>
</item> </item>
<item>
<key> <string>int_index</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>membership_criterion_category</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>membership_portal_type_list</string> </key> <key> <string>membership_portal_type_list</string> </key>
<value> <string>python: (\'Person\',)</string> </value> <value> <string>python: (\'Person\',)</string> </value>
...@@ -44,6 +56,22 @@ ...@@ -44,6 +56,22 @@
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Category Membership State Constraint</string> </value> <value> <string>Category Membership State Constraint</string> </value>
</item> </item>
<item>
<key> <string>string_index</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>test_method_id</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>test_tales_expression</string> </key>
<value> <string>python: context.getValidationState() != \'cancelled\'</string> </value>
</item>
<item> <item>
<key> <string>workflow_state_list</string> </key> <key> <string>workflow_state_list</string> </key>
<value> <string>python: \'validated\'</string> </value> <value> <string>python: \'validated\'</string> </value>
......
...@@ -53,6 +53,18 @@ ...@@ -53,6 +53,18 @@
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>language_not_empty_constraint</string> </value> <value> <string>language_not_empty_constraint</string> </value>
</item> </item>
<item>
<key> <string>int_index</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>membership_criterion_category</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>message_attribute_match</string> </key> <key> <string>message_attribute_match</string> </key>
<value> <string>Language should be defined</string> </value> <value> <string>Language should be defined</string> </value>
...@@ -69,6 +81,22 @@ ...@@ -69,6 +81,22 @@
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>String Attribute Match Constraint</string> </value> <value> <string>String Attribute Match Constraint</string> </value>
</item> </item>
<item>
<key> <string>string_index</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>test_method_id</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>test_tales_expression</string> </key>
<value> <string>python: context.getValidationState() != \'cancelled\'</string> </value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -53,6 +53,18 @@ ...@@ -53,6 +53,18 @@
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>reference_not_empty_constraint</string> </value> <value> <string>reference_not_empty_constraint</string> </value>
</item> </item>
<item>
<key> <string>int_index</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>membership_criterion_category</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>message_attribute_match</string> </key> <key> <string>message_attribute_match</string> </key>
<value> <string>Reference must be defined</string> </value> <value> <string>Reference must be defined</string> </value>
...@@ -69,6 +81,22 @@ ...@@ -69,6 +81,22 @@
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>String Attribute Match Constraint</string> </value> <value> <string>String Attribute Match Constraint</string> </value>
</item> </item>
<item>
<key> <string>string_index</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>test_method_id</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>test_tales_expression</string> </key>
<value> <string>python: context.getValidationState() != \'cancelled\'</string> </value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -53,6 +53,18 @@ ...@@ -53,6 +53,18 @@
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>url_not_empty_constraint</string> </value> <value> <string>url_not_empty_constraint</string> </value>
</item> </item>
<item>
<key> <string>int_index</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>membership_criterion_category</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>message_attribute_match</string> </key> <key> <string>message_attribute_match</string> </key>
<value> <string>URL must be defined</string> </value> <value> <string>URL must be defined</string> </value>
...@@ -69,6 +81,22 @@ ...@@ -69,6 +81,22 @@
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>String Attribute Match Constraint</string> </value> <value> <string>String Attribute Match Constraint</string> </value>
</item> </item>
<item>
<key> <string>string_index</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>test_method_id</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>test_tales_expression</string> </key>
<value> <string>python: context.getValidationState() != \'cancelled\'</string> </value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
</item> </item>
<item> <item>
<key> <string>test_tales_expression</string> </key> <key> <string>test_tales_expression</string> </key>
<value> <string>python: object.getUrlString("") != ""</string> </value> <value> <string>python: object.getUrlString("") != "" and context.getValidationState() != \'cancelled\'</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -53,6 +53,18 @@ ...@@ -53,6 +53,18 @@
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>version_not_empty_constraint</string> </value> <value> <string>version_not_empty_constraint</string> </value>
</item> </item>
<item>
<key> <string>int_index</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>membership_criterion_category</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>message_attribute_match</string> </key> <key> <string>message_attribute_match</string> </key>
<value> <string>Version should be defined</string> </value> <value> <string>Version should be defined</string> </value>
...@@ -69,6 +81,22 @@ ...@@ -69,6 +81,22 @@
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>String Attribute Match Constraint</string> </value> <value> <string>String Attribute Match Constraint</string> </value>
</item> </item>
<item>
<key> <string>string_index</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>test_method_id</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>test_tales_expression</string> </key>
<value> <string>python: context.getValidationState() != \'cancelled\'</string> </value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
</item> </item>
<item> <item>
<key> <string>test_tales_expression</string> </key> <key> <string>test_tales_expression</string> </key>
<value> <string>python: object.getVersion("") != ""</string> </value> <value> <string>python: object.getVersion("") != "" and context.getValidationState() != \'cancelled\'</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
394 395
\ 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