[Erp5-report] r36152 romain - in /erp5/trunk/bt5/erp5_simulation: WorkflowTemplateItem/port...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 9 13:24:32 CEST 2010


Author: romain
Date: Wed Jun  9 13:24:21 2010
New Revision: 36152

URL: http://svn.erp5.org?rev=36152&view=rev
Log:
Give access content informations to all roles.

Modified:
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/draft.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/failed.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/solved.xml
    erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/solving.xml
    erp5/trunk/bt5/erp5_simulation/bt/revision

Modified: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow.xml?rev=36152&r1=36151&r2=36152&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow.xml [utf8] Wed Jun  9 13:24:21 2010
@@ -49,6 +49,7 @@
               <tuple>
                 <string>Modify portal content</string>
                 <string>Add portal content</string>
+                <string>Access contents information</string>
               </tuple>
             </value>
         </item>

Modified: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/draft.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/draft.xml?rev=36152&r1=36151&r2=36152&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/draft.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/draft.xml [utf8] Wed Jun  9 13:24:21 2010
@@ -58,6 +58,23 @@
             <value>
               <dictionary>
                 <item>
+                    <key> <string>Access contents information</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Assignee</string>
+                        <string>Assignor</string>
+                        <string>Associate</string>
+                        <string>Auditor</string>
+                        <string>Authenticated</string>
+                        <string>Author</string>
+                        <string>Manager</string>
+                        <string>Member</string>
+                        <string>Owner</string>
+                        <string>Reviewer</string>
+                      </tuple>
+                    </value>
+                </item>
+                <item>
                     <key> <string>Add portal content</string> </key>
                     <value>
                       <tuple>

Modified: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/failed.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/failed.xml?rev=36152&r1=36151&r2=36152&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/failed.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/failed.xml [utf8] Wed Jun  9 13:24:21 2010
@@ -58,6 +58,23 @@
             <value>
               <dictionary>
                 <item>
+                    <key> <string>Access contents information</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Assignee</string>
+                        <string>Assignor</string>
+                        <string>Associate</string>
+                        <string>Auditor</string>
+                        <string>Authenticated</string>
+                        <string>Author</string>
+                        <string>Manager</string>
+                        <string>Member</string>
+                        <string>Owner</string>
+                        <string>Reviewer</string>
+                      </tuple>
+                    </value>
+                </item>
+                <item>
                     <key> <string>Add portal content</string> </key>
                     <value>
                       <tuple>

Modified: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/solved.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/solved.xml?rev=36152&r1=36151&r2=36152&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/solved.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/solved.xml [utf8] Wed Jun  9 13:24:21 2010
@@ -56,6 +56,23 @@
             <value>
               <dictionary>
                 <item>
+                    <key> <string>Access contents information</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Assignee</string>
+                        <string>Assignor</string>
+                        <string>Associate</string>
+                        <string>Auditor</string>
+                        <string>Authenticated</string>
+                        <string>Author</string>
+                        <string>Manager</string>
+                        <string>Member</string>
+                        <string>Owner</string>
+                        <string>Reviewer</string>
+                      </tuple>
+                    </value>
+                </item>
+                <item>
                     <key> <string>Add portal content</string> </key>
                     <value>
                       <tuple>

Modified: erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/solving.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/solving.xml?rev=36152&r1=36151&r2=36152&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/solving.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/WorkflowTemplateItem/portal_workflow/solver_process_workflow/states/solving.xml [utf8] Wed Jun  9 13:24:21 2010
@@ -59,6 +59,14 @@
             <value>
               <dictionary>
                 <item>
+                    <key> <string>Access contents information</string> </key>
+                    <value>
+                      <tuple>
+                        <string>Manager</string>
+                      </tuple>
+                    </value>
+                </item>
+                <item>
                     <key> <string>Add portal content</string> </key>
                     <value>
                       <tuple>

Modified: erp5/trunk/bt5/erp5_simulation/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/bt/revision?rev=36152&r1=36151&r2=36152&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/bt/revision [utf8] Wed Jun  9 13:24:21 2010
@@ -1,1 +1,1 @@
-113
+114




More information about the Erp5-report mailing list