Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
17
Merge Requests
17
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos.core
Commits
864efe24
Commit
864efe24
authored
Jun 08, 2012
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SPL is unknown (it may be cancelled).
parent
03a326ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
master/product/Vifib/Tool/SlapTool.py
master/product/Vifib/Tool/SlapTool.py
+2
-1
No files found.
master/product/Vifib/Tool/SlapTool.py
View file @
864efe24
...
@@ -709,7 +709,8 @@ class SlapTool(BaseTool):
...
@@ -709,7 +709,8 @@ class SlapTool(BaseTool):
portal
.
portal_preferences
.
getPreferredInstanceCleanupResource
()]:
portal
.
portal_preferences
.
getPreferredInstanceCleanupResource
()]:
if
portal
.
portal_workflow
.
isTransitionPossible
(
delivery
,
'stop'
):
if
portal
.
portal_workflow
.
isTransitionPossible
(
delivery
,
'stop'
):
delivery
.
stop
()
delivery
.
stop
()
delivery
.
deliver
()
if
portal
.
portal_workflow
.
isTransitionPossible
(
delivery
,
'deliver'
):
delivery
.
deliver
()
# XXX Integrate with REST API
# XXX Integrate with REST API
# Code duplication will be needed until SlapTool is removed
# Code duplication will be needed until SlapTool is removed
...
...
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