Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_workflow
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenjie.zheng
erp5_workflow
Commits
63a3bb14
Commit
63a3bb14
authored
Nov 12, 2015
by
wenjie.zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CopySupport.py: copy clone action now support new workflow.
parent
83a010b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
product/ERP5Type/CopySupport.py
product/ERP5Type/CopySupport.py
+1
-1
No files found.
product/ERP5Type/CopySupport.py
View file @
63a3bb14
...
...
@@ -282,7 +282,7 @@ class CopyContainer:
# Add info about copy to edit workflow
REQUEST
=
get_request
()
pw
=
portal
.
portal_workflow
if
'edit_workflow'
in
pw
.
getChain
For
(
self
)
\
if
portal
.
portal_workflow
.
_getOb
(
'edit_workflow'
)
in
pw
.
getWorkflows
For
(
self
)
\
and
(
REQUEST
is
None
or
not
REQUEST
.
get
(
'is_business_template_installation'
,
0
)):
if
REQUEST
is
not
None
and
REQUEST
.
get
(
'__cp'
,
None
):
...
...
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