Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nghyd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
A compter du 1er avril, attention à vos pipelines :
Nouvelles limitations de Docker Hub
Show more breadcrumbs
Cassiopée
nghyd
Commits
82a98af7
Commit
82a98af7
authored
6 years ago
by
mathias.chouet
Browse files
Options
Downloads
Patches
Plain Diff
ID des modules de calcul : protection contre undefined
parent
a3d7dade
No related branches found
Branches containing commit
Tags
4.1.0
Tags containing commit
1 merge request
!35
Resolve "La sauvegarde des modules de calcul n'enregistre pas les valeurs courantes des paramètres, mais les valeurs par défaut !"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/components/generic-calculator/calculator.component.ts
+5
-1
5 additions, 1 deletion
...app/components/generic-calculator/calculator.component.ts
with
5 additions
and
1 deletion
src/app/components/generic-calculator/calculator.component.ts
+
5
−
1
View file @
82a98af7
...
...
@@ -88,7 +88,11 @@ export class GenericCalculatorComponent extends BaseComponent implements OnInit,
private
formulaireService
:
FormulaireService
;
public
get
ID
()
{
return
this
.
_formulaire
.
uid
;
if
(
this
.
_formulaire
)
{
return
this
.
_formulaire
.
uid
;
}
else
{
return
"
calculator_1
"
;
}
}
constructor
(
...
...
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