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 @@
</list>
</value>
</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>
</value>
</item>
......@@ -52,6 +66,7 @@
<value>
<tuple>
<string>portal_type</string>
<string>validation_state</string>
</tuple>
</value>
</item>
......
173
\ No newline at end of file
175
\ 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