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
0
Merge Requests
0
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
Rafael Monnerat
slapos.core
Commits
c44d6b42
Commit
c44d6b42
authored
Oct 15, 2012
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minimise the risk of fireing up activity too early.
parent
b1d37e0c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
master/bt5/vifib_base/SkinTemplateItem/portal_skins/vifib_simulation/Delivery_updateCausalityState.xml
..._skins/vifib_simulation/Delivery_updateCausalityState.xml
+4
-1
master/bt5/vifib_base/bt/revision
master/bt5/vifib_base/bt/revision
+1
-1
No files found.
master/bt5/vifib_base/SkinTemplateItem/portal_skins/vifib_simulation/Delivery_updateCausalityState.xml
View file @
c44d6b42
...
...
@@ -54,7 +54,10 @@
if delivery.getCausalityState() not in (\'building\', \'calculating\'):\n
return\n
\n
if context.getPortalObject().portal_activities.countMessage(path=delivery.getPath()) == 0:\n
portal_activities = context.getPortalObject().portal_activities\n
path = delivery.getPath()\n
if context.getPortalObject().portal_activities.countMessage(path=path) == 0 \\\n
and portal_activities.countMessageWithTag(\'%s_solve\' % path) == 0:\n
delivery.updateCausalityState()\n
</string>
</value>
</item>
...
...
master/bt5/vifib_base/bt/revision
View file @
c44d6b42
496
\ No newline at end of file
497
\ No newline at end of file
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