Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
InSillyClo-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
InSillyClo
InSillyClo-web
Commits
d42e70f1
Commit
d42e70f1
authored
1 month ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
update to new function name
parent
9e93b6b0
Branches
edit-view-job
Branches containing commit
No related tags found
2 merge requests
!13
Edit view job
,
!7
Simulator
Pipeline
#155033
passed
1 month ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/InSillyCloWeb/assemblies/views.py
+1
-1
1 addition, 1 deletion
src/InSillyCloWeb/assemblies/views.py
with
1 addition
and
1 deletion
src/InSillyCloWeb/assemblies/views.py
+
1
−
1
View file @
d42e70f1
...
@@ -135,7 +135,7 @@ class SimulatorJobEdit(
...
@@ -135,7 +135,7 @@ class SimulatorJobEdit(
return
form
return
form
def
form_valid
(
self
,
form
):
def
form_valid
(
self
,
form
):
self
.
object
.
run_
simulator
(
)
self
.
object
.
run_
insillyclo
(
self
.
request
)
return
super
().
form_valid
(
form
)
return
super
().
form_valid
(
form
)
def
get_context_data
(
self
,
**
kwargs
):
def
get_context_data
(
self
,
**
kwargs
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment