Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Roque
erp5
Commits
1e4af19c
Commit
1e4af19c
authored
Jun 24, 2015
by
wenjie.zheng
Committed by
Sebastien Robin
Jul 16, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_workflow: rename chain_by_type repair script; add a type check in convertion workflow.
parent
d5ebc15e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
100 additions
and
8 deletions
+100
-8
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/WorkflowTool_convertWorkflow.xml
...rtal_skins/erp5_workflow/WorkflowTool_convertWorkflow.xml
+8
-8
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/repair_cbt.xml
...kinTemplateItem/portal_skins/erp5_workflow/repair_cbt.xml
+92
-0
No files found.
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/WorkflowTool_convertWorkflow.xml
View file @
1e4af19c
...
@@ -89,14 +89,14 @@ for dc_wf in selected_wf_list:\n
...
@@ -89,14 +89,14 @@ for dc_wf in selected_wf_list:\n
\n
\n
type_workflow_dict = context.getChainsByType()\n
type_workflow_dict = context.getChainsByType()\n
for ptype_id in type_workflow_dict:\n
for ptype_id in type_workflow_dict:\n
ptype = getattr(context.getPortalObject().portal_types, ptype_id)\n
ptype = getattr(context.getPortalObject().portal_types, ptype_id
, None
)\n
# 1. clean DC workflow assignement
:\n
if ptype is not None
:\n
context.delTypeCBT(ptype.id, dc_wf.id)
\n
# 1. clean DC workflow assignement:
\n
\n
context.delTypeCBT(ptype.id, dc_wf.id)
\n
# 2. assign ERP5 Workflow to portal type:\n
# 2. assign ERP5 Workflow to portal type:\n
type_workflow_list = ptype.getTypeWorkflowList()\n
type_workflow_list = ptype.getTypeWorkflowList()\n
if workflow.getId() not in type_workflow_list:\n
if workflow.getId() not in type_workflow_list:\n
ptype.addTypeWorkflowList(workflow.getId())\n
ptype.addTypeWorkflowList(workflow.getId())\n
\n
\n
return RESPONSE.redirect("%s/view?portal_status_message=Workflow+%s+converted"\n
return RESPONSE.redirect("%s/view?portal_status_message=Workflow+%s+converted"\n
%(context.absolute_url(), \',+\'.join(selected_wf_id_list)))\n
%(context.absolute_url(), \',+\'.join(selected_wf_id_list)))\n
...
...
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/
chains_by_type_repair_scrip
t.xml
→
bt5/erp5_workflow/SkinTemplateItem/portal_skins/erp5_workflow/
repair_cb
t.xml
View file @
1e4af19c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment