Commit 390ecb02 authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel_ui_test: test: do not check Trash Bin consistency

(it is not supposed to be indexed, but that's another story)
parent 8e6baf5d
......@@ -175,7 +175,7 @@
<!-- skip checking Web Site consistency.
The issue may comes from the fact that the configurator does not install slapos_panel_ui_test.
constraint do not update the Web Site modification date -->
<tal:block tal:define="search_query python: 'consistency_error:1 AND portal_type:!=&quot;Web Site&quot; AND portal_type:!=&quot;System Preference&quot;'">
<tal:block tal:define="search_query python: 'consistency_error:1 AND portal_type:!=&quot;Web Site&quot; AND portal_type:!=&quot;System Preference&quot; AND portal_type:!=&quot;Trash Bin&quot;'">
<tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/search_in_form_list" />
</tal:block>
<tal:block tal:define="pagination_configuration python: {'header': '(0)', 'footer': 'No records'}">
......
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