Commit 14eb3215 authored by Gabriel Monnerat's avatar Gabriel Monnerat

use validation_state instead of subject

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43142 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 85d7d70f
......@@ -11,10 +11,10 @@
<value>
<dictionary>
<item>
<key> <string>subject</string> </key>
<key> <string>validation_state</string> </key>
<value>
<list>
<string>inbox</string>
<string>new</string>
</list>
</value>
</item>
......@@ -31,7 +31,7 @@
<key> <string>criterion_property</string> </key>
<value>
<tuple>
<string>subject</string>
<string>validation_state</string>
</tuple>
</value>
</item>
......
236
\ No newline at end of file
237
\ 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