Commit 5123566f authored by Rafael Monnerat's avatar Rafael Monnerat

Index Slave Instance into software instance tree table.

parent ecb322af
......@@ -6,7 +6,7 @@
<value>1</value>
</item>
<item key="_filter_expression_archive" type="str">
<value>python: context.getPortalType() == 'Software Instance'</value>
<value>python: context.getPortalType() in ['Software Instance', 'Slave Instance']</value>
</item>
<item key="_filter_expression_cache_key_archive" type="tuple">
<value>portal_type</value>
......
......@@ -6,7 +6,7 @@
<value>1</value>
</item>
<item key="_filter_expression_archive" type="str">
<value>python: context.getPortalType() == 'Software Instance'</value>
<value>python: context.getPortalType() in ['Software Instance', 'Slave Instance']</value>
</item>
<item key="_filter_expression_cache_key_archive" type="tuple">
<value>portal_type</value>
......
26
\ No newline at end of file
27
\ 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