Commit d74ed0d5 authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_km_ui_test_data: filter out gadgets by use of publication_section

In web_site_module/predecessor_test_web_site/section_with_content_page.

This publication_section was already sel on the web section (but seemed not active ??), but not on the web page. Then this commit just adds the missing category and update the web page
parent 87b8fe07
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Category" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Add_portal_content_Permission</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Add_portal_folders_Permission</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Copy_or_Move_Permission</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Delete_objects_Permission</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Modify_portal_content_Permission</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>documentation</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Category</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Documentation</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -68,6 +68,7 @@
<value>
<tuple>
<string>classification/collaborative/team</string>
<string>publication_section/documentation</string>
</tuple>
</value>
</item>
......@@ -242,7 +243,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>947.43991.49148.31863</string> </value>
<value> <string>970.26836.13574.12373</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -260,8 +261,8 @@
</tuple>
<state>
<tuple>
<float>1449742685.81</float>
<string>GMT</string>
<float>1537524104.39</float>
<string>UTC</string>
</tuple>
</state>
</object>
......
......@@ -370,7 +370,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>947.44018.35395.56661</string> </value>
<value> <string>970.26842.34119.20087</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -388,8 +388,8 @@
</tuple>
<state>
<tuple>
<float>1450184308.92</float>
<string>GMT</string>
<float>1537524155.74</float>
<string>UTC</string>
</tuple>
</state>
</object>
......
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