Commit 4d73129a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* enable acquire_local_roles on Transformation Transformed Resource and Transformation Module.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18729 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 216fb232
...@@ -58,6 +58,10 @@ ...@@ -58,6 +58,10 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
</item>
<item> <item>
<key> <string>allowed_content_types</string> </key> <key> <string>allowed_content_types</string> </key>
<value> <value>
...@@ -99,6 +103,12 @@ be a problem).</string> </value> ...@@ -99,6 +103,12 @@ be a problem).</string> </value>
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>hidden_content_type_list</string> </key> <key> <string>hidden_content_type_list</string> </key>
<value> <value>
...@@ -113,6 +123,10 @@ be a problem).</string> </value> ...@@ -113,6 +123,10 @@ be a problem).</string> </value>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>property_sheet_list</string> </key> <key> <string>property_sheet_list</string> </key>
<value> <value>
......
...@@ -42,6 +42,10 @@ ...@@ -42,6 +42,10 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
</item>
<item> <item>
<key> <string>allowed_content_types</string> </key> <key> <string>allowed_content_types</string> </key>
<value> <value>
...@@ -76,6 +80,12 @@ identify a bank account.</string> </value> ...@@ -76,6 +80,12 @@ identify a bank account.</string> </value>
<key> <string>filter_content_types</string> </key> <key> <string>filter_content_types</string> </key>
<value> <int>1</int> </value> <value> <int>1</int> </value>
</item> </item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>hidden_content_type_list</string> </key> <key> <string>hidden_content_type_list</string> </key>
<value> <value>
...@@ -90,6 +100,10 @@ identify a bank account.</string> </value> ...@@ -90,6 +100,10 @@ identify a bank account.</string> </value>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>property_sheet_list</string> </key> <key> <string>property_sheet_list</string> </key>
<value> <value>
......
2008-01-16 kazuhiko
* enable acquire_local_roles on Transformation Transformed Resource and Transformation Module.
2007-09-25 yo 2007-09-25 yo
* Set module group on portal types. * Set module group on portal types.
...@@ -73,4 +76,4 @@ TransformationTransformedResource_viewQuantity, when no variation. ...@@ -73,4 +76,4 @@ TransformationTransformedResource_viewQuantity, when no variation.
* Update Service_view to support 'grade' as Variation Base Category (this is required for paysheets). * Update Service_view to support 'grade' as Variation Base Category (this is required for paysheets).
2005-06-23 yo 2005-06-23 yo
* Rename modules, appended _module. * Rename modules, appended _module.
\ 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