Commit d3e72426 authored by Bartek Górny's avatar Bartek Górny

auto-refresh of Person security settings

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13100 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a1861bea
...@@ -19,6 +19,10 @@ ...@@ -19,6 +19,10 @@
<type>PDF</type> <type>PDF</type>
<workflow>local_permission_interaction_workflow, processing_status_workflow, document_interaction_workflow, document_publication_workflow</workflow> <workflow>local_permission_interaction_workflow, processing_status_workflow, document_interaction_workflow, document_publication_workflow</workflow>
</chain> </chain>
<chain>
<type>Person</type>
<workflow>local_permission_interaction_workflow</workflow>
</chain>
<chain> <chain>
<type>Presentation</type> <type>Presentation</type>
<workflow>document_publication_workflow, processing_status_workflow, local_permission_interaction_workflow, document_interaction_workflow</workflow> <workflow>document_publication_workflow, processing_status_workflow, local_permission_interaction_workflow, document_interaction_workflow</workflow>
......
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
<value> <value>
<list> <list>
<string>edit</string> <string>edit</string>
<string>submit</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -70,6 +71,7 @@ ...@@ -70,6 +71,7 @@
<key> <string>portal_type_filter</string> </key> <key> <string>portal_type_filter</string> </key>
<value> <value>
<list> <list>
<string>Person</string>
<string>Presentation</string> <string>Presentation</string>
<string>Spreadsheet</string> <string>Spreadsheet</string>
<string>Text</string> <string>Text</string>
......
...@@ -18,6 +18,7 @@ PDF | document_interaction_workflow ...@@ -18,6 +18,7 @@ PDF | document_interaction_workflow
PDF | document_publication_workflow PDF | document_publication_workflow
PDF | local_permission_interaction_workflow PDF | local_permission_interaction_workflow
PDF | processing_status_workflow PDF | processing_status_workflow
Person | local_permission_interaction_workflow
Presentation | document_interaction_workflow Presentation | document_interaction_workflow
Presentation | document_publication_workflow Presentation | document_publication_workflow
Presentation | local_permission_interaction_workflow Presentation | local_permission_interaction_workflow
......
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