[Erp5-report] r38688 fabien - in /experimental/bt5/erp5_credential: PortalTypeWorkflowChain...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Sep 27 17:46:54 CEST 2010
Author: fabien
Date: Mon Sep 27 17:46:50 2010
New Revision: 38688
URL: http://svn.erp5.org?rev=38688&view=rev
Log:
add credential_automatic_accept_interraction_workflow to Credential Request, Credential Update and Person (if the password of a person is changed, this mean that current submitted Credential Recoveries should be accepted)
Modified:
experimental/bt5/erp5_credential/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
experimental/bt5/erp5_credential/bt/revision
experimental/bt5/erp5_credential/bt/template_portal_type_workflow_chain_list
Modified: experimental/bt5/erp5_credential/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
URL: http://svn.erp5.org/experimental/bt5/erp5_credential/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml?rev=38688&r1=38687&r2=38688&view=diff
==============================================================================
--- experimental/bt5/erp5_credential/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml [utf8] (original)
+++ experimental/bt5/erp5_credential/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml [utf8] Mon Sep 27 17:46:50 2010
@@ -5,14 +5,14 @@
</chain>
<chain>
<type>Credential Request</type>
- <workflow>credential_interaction_workflow, credential_validation_workflow, edit_workflow</workflow>
+ <workflow>credential_automatic_accept_interraction_workflow, credential_interaction_workflow, credential_validation_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Credential Update</type>
- <workflow>credential_interaction_workflow, credential_validation_workflow, edit_workflow</workflow>
+ <workflow>credential_automatic_accept_interraction_workflow, credential_interaction_workflow, credential_validation_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Person</type>
- <workflow>credential_interaction_workflow</workflow>
+ <workflow>credential_automatic_accept_interraction_workflow</workflow>
</chain>
</workflow_chain>
\ No newline at end of file
Modified: experimental/bt5/erp5_credential/bt/revision
URL: http://svn.erp5.org/experimental/bt5/erp5_credential/bt/revision?rev=38688&r1=38687&r2=38688&view=diff
==============================================================================
--- experimental/bt5/erp5_credential/bt/revision [utf8] (original)
+++ experimental/bt5/erp5_credential/bt/revision [utf8] Mon Sep 27 17:46:50 2010
@@ -1 +1 @@
-195
\ No newline at end of file
+196
\ No newline at end of file
Modified: experimental/bt5/erp5_credential/bt/template_portal_type_workflow_chain_list
URL: http://svn.erp5.org/experimental/bt5/erp5_credential/bt/template_portal_type_workflow_chain_list?rev=38688&r1=38687&r2=38688&view=diff
==============================================================================
--- experimental/bt5/erp5_credential/bt/template_portal_type_workflow_chain_list [utf8] (original)
+++ experimental/bt5/erp5_credential/bt/template_portal_type_workflow_chain_list [utf8] Mon Sep 27 17:46:50 2010
@@ -1,9 +1,12 @@
Credential Recovery | credential_interaction_workflow
Credential Recovery | credential_validation_workflow
Credential Recovery | edit_workflow
+Credential Request | credential_automatic_accept_interraction_workflow
Credential Request | credential_interaction_workflow
Credential Request | credential_validation_workflow
Credential Request | edit_workflow
+Credential Update | credential_automatic_accept_interraction_workflow
Credential Update | credential_interaction_workflow
Credential Update | credential_validation_workflow
-Credential Update | edit_workflow
\ No newline at end of file
+Credential Update | edit_workflow
+Person | credential_automatic_accept_interraction_workflow
\ No newline at end of file
More information about the Erp5-report
mailing list