Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
urgi-is
FAIDARE
Commits
1c8d8a7f
Commit
1c8d8a7f
authored
Mar 01, 2021
by
Maud Marty
Committed by
Célia Michotey
Aug 20, 2021
Browse files
Mcpd fields correction
parent
fb586eaa
Changes
2
Hide whitespace changes
Inline
Side-by-side
frontend/src/app/germplasm-card/germplasm-card.component.html
View file @
1c8d8a7f
...
...
@@ -299,6 +299,14 @@
</ng-template>
</faidare-card-row>
<faidare-card-row
label=
"MLS status"
[test]=
"germplasmMcpd && germplasmMcpd.mlsStatus"
>
<ng-template>
{{ germplasmMcpd.mlsStatus }}
</ng-template>
</faidare-card-row>
</div>
</ng-template>
</faidare-card-section>
...
...
@@ -345,15 +353,6 @@
label=
"Presence status"
[value]=
"germplasmGnpis.presenceStatus"
>
</faidare-card-row>
<faidare-card-row
label=
"MLS status"
[test]=
"germplasmMcpd && germplasmMcpd.mlsStatus"
>
<ng-template>
{{ germplasmMcpd.mlsStatus }}
</ng-template>
</faidare-card-row>
</div>
</ng-template>
</faidare-card-section>
...
...
@@ -375,6 +374,14 @@
</ng-template>
</faidare-card-row>
<faidare-card-row
label=
"Acquisition Source Code"
[test]=
"germplasmMcpd && germplasmMcpd.acquisitionSourceCode"
>
<ng-template>
{{ germplasmMcpd.acquisitionSourceCode }}
</ng-template>
</faidare-card-row>
<faidare-card-row
label=
"Material type"
[test]=
"germplasmGnpis.collector && germplasmGnpis.collector.materialType"
>
...
...
@@ -407,14 +414,6 @@
</ng-template>
</faidare-card-row>
<faidare-card-row
label=
"Acquisition Source Code"
[test]=
"germplasmMcpd && germplasmMcpd.acquisitionSourceCode"
>
<ng-template>
{{ germplasmMcpd.acquisitionSourceCode }}
</ng-template>
</faidare-card-row>
<faidare-card-row
label=
"Institution"
[test]=
"germplasmGnpis.collector && germplasmGnpis.collector.institute && germplasmGnpis.collector.institute.instituteName"
>
...
...
frontend/src/app/models/brapi.model.ts
View file @
1c8d8a7f
...
...
@@ -237,12 +237,7 @@ export interface BrapiGermplasmMcpd extends BrapiHasDocumentationURL {
originLocationDbId
:
string
;
originLocationName
:
string
;
holdingInstitute
:
BrapiInstitute
;
holdingGenbank
:
{
instituteName
:
string
;
instituteCode
:
string
;
webSite
:
string
;
logo
:
string
;
};
holdingGenbank
:
BrapiInstitute
;
geneticNature
:
string
;
presenceStatus
:
string
;
distributorInfos
:
{
...
...
@@ -259,7 +254,7 @@ export interface BrapiInstitute {
organisation
:
string
;
instituteType
:
string
;
webSite
:
string
;
institu
r
eAddress
:
string
;
institu
t
eAddress
:
string
;
logo
:
string
;
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment