Commit ad8ca226 authored by Ivan Tyagov's avatar Ivan Tyagov

Add needed category.

parent 056f1ce7
<?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>id</string> </key>
<value> <string>test_functional_incoming_service</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Category</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Test</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -117,7 +117,7 @@ if service is None:\n
service = portal.service_module.newContent(portal_type=\'Service\',\n
id=howto_dict[\'incoming_event_howto_service_id\'],\n
title=howto_dict[\'incoming_event_howto_service_title\'])\n
service.setUseValue(portal.portal_categories.use[\'1\'])\n
service.setUseValue(getattr(portal.portal_categories.use, howto_dict[\'incoming_event_howto_service_id\']))\n
service.validate()\n
\n
system_preference_id = \'test_functional_system_preference\'\n
......
781
\ No newline at end of file
782
\ No newline at end of file
......@@ -28,6 +28,7 @@ portal_categories/region/brazil
portal_categories/region/brazil/**
portal_categories/role
portal_categories/role/**
portal_categories/use/test_functional_incoming_service
portal_tests/user_tutorial_zuite
portal_tests/user_tutorial_zuite/**
sale_trade_condition_module/1
......
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