Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
anis
anis-admin
Commits
7a4d850b
Commit
7a4d850b
authored
Apr 24, 2020
by
François Agneray
Browse files
Fixed bug: Add config field for the dataset form
parent
d0e31319
Pipeline
#2428
passed with stages
in 14 minutes and 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/metamodel/components/dataset/form-dataset.component.ts
View file @
7a4d850b
...
...
@@ -40,6 +40,7 @@ export class FormDatasetComponent {
if
(
this
.
idDatasetFamilyQueryParam
>
0
)
{
datasetEmitted
.
id_dataset_family
=
this
.
idDatasetFamilyQueryParam
;
}
datasetEmitted
.
config
=
{};
this
.
submitted
.
emit
(
datasetEmitted
);
}
}
src/app/metamodel/store/model/dataset.model.ts
View file @
7a4d850b
...
...
@@ -10,6 +10,7 @@ export class Dataset implements Displayable {
vo
:
boolean
;
data_path
:
string
;
selectable_row
:
boolean
;
config
:
{};
project_name
:
string
;
id_dataset_family
:
number
;
}
Write
Preview
Supports
Markdown
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