Commit b300c230 authored by Gabriel Monnerat's avatar Gabriel Monnerat

Add condition to filter the documents according to your state also

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42460 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 19b5ba28
...@@ -26,6 +26,20 @@ ...@@ -26,6 +26,20 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>validation_state</string> </key>
<value>
<list>
<string>draft</string>
<string>published</string>
<string>hidden</string>
<string>released</string>
<string>requested</string>
<string>shared</string>
<string>translated</string>
</list>
</value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
...@@ -52,6 +66,7 @@ ...@@ -52,6 +66,7 @@
<value> <value>
<tuple> <tuple>
<string>portal_type</string> <string>portal_type</string>
<string>validation_state</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
173 175
\ 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