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 @@ ...@@ -11,10 +11,10 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>subject</string> </key> <key> <string>validation_state</string> </key>
<value> <value>
<list> <list>
<string>inbox</string> <string>new</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<key> <string>criterion_property</string> </key> <key> <string>criterion_property</string> </key>
<value> <value>
<tuple> <tuple>
<string>subject</string> <string>validation_state</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
236 237
\ 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