Commit 8d5d84d7 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Changes made by JPS for customer. Multiple bug fixes

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13374 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3777619a
......@@ -54,7 +54,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>5.0</float> </value>
<value> <float>25.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -54,7 +54,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>1.0</float> </value>
<value> <float>20.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -54,7 +54,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>10.0</float> </value>
<value> <float>30.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -81,7 +81,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/File_view</string> </value>
<value> <string>string:${object_url}/Image_view</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -88,7 +88,9 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>fallback_base_category</string> </key>
......
......@@ -30,6 +30,12 @@
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_tree</string> </key>
<value>
......
......@@ -83,6 +83,9 @@
<value>
<tuple>
<string>document</string>
<string>file_document</string>
<string>recent_document</string>
<string>my_document</string>
</tuple>
</value>
</item>
......
......@@ -78,6 +78,9 @@
<value>
<tuple>
<string>document</string>
<string>file_document</string>
<string>recent_document</string>
<string>my_document</string>
</tuple>
</value>
</item>
......
......@@ -89,6 +89,9 @@
<value>
<tuple>
<string>document</string>
<string>file_document</string>
<string>recent_document</string>
<string>my_document</string>
</tuple>
</value>
</item>
......
......@@ -83,6 +83,9 @@
<value>
<tuple>
<string>document</string>
<string>file_document</string>
<string>recent_document</string>
<string>my_document</string>
</tuple>
</value>
</item>
......
......@@ -83,6 +83,9 @@
<value>
<tuple>
<string>document</string>
<string>file_document</string>
<string>recent_document</string>
<string>my_document</string>
</tuple>
</value>
</item>
......
......@@ -68,7 +68,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>state_change.object.updateLocalRolesOnSecurityGroups()\n
<value> <string>state_change[\'object\'].updateLocalRolesOnSecurityGroups()\n
</string> </value>
</item>
<item>
......@@ -87,6 +87,14 @@
<key> <string>_params</string> </key>
<value> <string>state_change</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
......@@ -113,6 +121,7 @@
<tuple>
<string>state_change</string>
<string>_getattr_</string>
<string>_getitem_</string>
</tuple>
</value>
</item>
......
......@@ -67,7 +67,6 @@
<string>Add portal content</string>
<string>Modify portal content</string>
<string>Change local roles</string>
<string>Change Images and Files</string>
</tuple>
</value>
</item>
......
......@@ -98,16 +98,9 @@
<key> <string>Add portal content</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>Change Images and Files</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Owner</string>
</tuple>
</value>
......@@ -116,10 +109,8 @@
<key> <string>Change local roles</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
......@@ -128,6 +119,7 @@
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.DCWorkflow.Variables</string>
<string>VariableDefinition</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>portal_type</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -30,19 +30,19 @@
</item>
<item>
<key> <string>actbox_name</string> </key>
<value> <string>Documents for review (%(count)s)</string> </value>
<value> <string>Documents submitted for review (%(count)s)</string> </value>
</item>
<item>
<key> <string>actbox_url</string> </key>
<value> <string encoding="cdata"><![CDATA[
document_module?simulation_state=submitted&local_roles=%(local_roles)s&reset=1&portal_type=Text&portal_type=Spreadsheet&portal_type=Presentation&portal_type=Drawing&portal_type=PDF&portal_type=File&portal_type=Image
WebSite_viewAdvancedSearchResultList?validation_state=submitted&local_roles=%(local_roles)s&portal_type=%(portal_type)s&reset=1
]]></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value> <string>Documents submitted for review</string> </value>
</item>
<item>
<key> <string>guard</string> </key>
......@@ -52,7 +52,7 @@ document_module?simulation_state=submitted&local_roles=%(local_roles)s&reset=1&p
</item>
<item>
<key> <string>id</string> </key>
<value> <string>docs_submitted_for_review</string> </value>
<value> <string>submitted_for_review</string> </value>
</item>
<item>
<key> <string>var_matches</string> </key>
......@@ -103,21 +103,7 @@ document_module?simulation_state=submitted&local_roles=%(local_roles)s&reset=1&p
<value>
<dictionary>
<item>
<key> <string>portal_type</string> </key>
<value>
<tuple>
<string>Text</string>
<string>Spreadsheet</string>
<string>Presentation</string>
<string>Drawing</string>
<string>PDF</string>
<string>File</string>
<string>Image</string>
</tuple>
</value>
</item>
<item>
<key> <string>simulation_state</string> </key>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>submitted</string>
......
......@@ -71,10 +71,16 @@
<key> <string>portal_type_filter</string> </key>
<value>
<list>
<string>Drawing</string>
<string>File</string>
<string>Image</string>
<string>Organisation</string>
<string>PDF</string>
<string>Person</string>
<string>Presentation</string>
<string>Spreadsheet</string>
<string>Text</string>
<string>Web Page</string>
</list>
</value>
</item>
......
......@@ -68,9 +68,13 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>ob = sci[\'object\']\n
<value> <string>"""\n
This script updates the local roles on the document.\n
It is called usually called after each update on\n
a document which follows classification based security.\n
"""\n
ob = sci[\'object\']\n
ob.assignRoleToSecurityGroup()\n
ob.log(\'assigned\')\n
</string> </value>
</item>
<item>
......
561
\ No newline at end of file
572
\ No newline at end of file
erp5_mysql/z0_drop_email
erp5_mysql/z0_uncatalog_email
erp5_mysql/z_catalog_compatibility_list
erp5_mysql/z_catalog_email_list
erp5_mysql/z_create_compatibility
erp5_mysql/z_create_email
\ No newline at end of file
portal_categories/function/knowledge
portal_categories/function/knowledge/contributor
portal_categories/function/knowledge/manager
\ No newline at end of file
......@@ -32,4 +32,4 @@ Spreadsheet | processing_status_workflow
Text | document_interaction_workflow
Text | document_publication_workflow
Text | local_permission_interaction_workflow
Text | processing_status_workflow
Text | processing_status_workflow
\ 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