Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hamza
erp5-Boxiang
Commits
1afbee91
Commit
1afbee91
authored
Jun 16, 2010
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ActiveObject.getActiveProcess
parent
1ea46dd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
product/CMFActivity/ActiveObject.py
product/CMFActivity/ActiveObject.py
+3
-4
No files found.
product/CMFActivity/ActiveObject.py
View file @
1afbee91
...
...
@@ -161,10 +161,9 @@ class ActiveObject(ExtensionClass.Base):
return
self
.
hasActivity
(
processing_node
=
VALIDATE_ERROR_STATE
)
def
getActiveProcess
(
self
):
activity_tool
=
getToolByName
(
self
.
getPortalObject
(),
'portal_activities'
,
None
)
if
activity_tool
is
None
:
return
None
# Do nothing if no portal_activities
return
activity_tool
.
getActiveProcess
()
path
=
getActivityRuntimeEnvironment
().
_message
.
active_process
if
active_process
:
return
self
.
unrestrictedTraverse
(
path
)
def
setDefaultActivateParameters
(
self
,
placeless
=
False
,
**
kw
):
# This method sets the default keyword parameters to activate. This is
...
...
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