[Erp5-report] r37900 fabien - in /experimental/bt5/erp5_credential: PortalTypeWorkflowChain...
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Aug 19 11:10:07 CEST 2010
Author: fabien
Date: Thu Aug 19 11:10:07 2010
New Revision: 37900
URL: http://svn.erp5.org?rev=37900&view=rev
Log:
This workflow chain was missing (usefull to close Credential Recoveries on Person password change)
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=37900&r1=37899&r2=37900&view=diff
==============================================================================
--- experimental/bt5/erp5_credential/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml [utf8] (original)
+++ experimental/bt5/erp5_credential/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml [utf8] Thu Aug 19 11:10:07 2010
@@ -11,4 +11,8 @@
<type>Credential Update</type>
<workflow>credential_interaction_workflow, credential_validation_workflow, edit_workflow</workflow>
</chain>
+ <chain>
+ <type>Person</type>
+ <workflow>credential_interaction_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=37900&r1=37899&r2=37900&view=diff
==============================================================================
--- experimental/bt5/erp5_credential/bt/revision [utf8] (original)
+++ experimental/bt5/erp5_credential/bt/revision [utf8] Thu Aug 19 11:10:07 2010
@@ -1 +1 @@
-129
\ No newline at end of file
+130
\ 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=37900&r1=37899&r2=37900&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] Thu Aug 19 11:10:07 2010
@@ -6,4 +6,5 @@ Credential Request | credential_validati
Credential Request | edit_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_interaction_workflow
\ No newline at end of file
More information about the Erp5-report
mailing list