Skip to content

Commit

Permalink
Merge branch 'main' into reusable-datacard-components
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr authored Feb 7, 2024
2 parents 2d902ec + 16a93a0 commit 503c2e2
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- Link hydrogeology observations to new completion casing.
- Use always _m MD_ as unit for borehole depth.
- Use reusable form components for hydrogeology.
- Replaced label for layer description quality.
- Use reusable card components for hydrogeology.

### Fixed
Expand Down
1 change: 1 addition & 0 deletions src/client/public/locale/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@
"original_lithology": "",
"organic_component": "",
"plasticity": "",
"completeness": "",
"qt_description": "",
"striae": "",
"uscs_1": "",
Expand Down
1 change: 1 addition & 0 deletions src/client/public/locale/de/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
"original_lithology": "Ursprüngliche Lithologie",
"organic_component": "Organische Komponenten",
"plasticity": "Plastizität",
"completeness": "Vollständigkeit der Einträge",
"qt_description": "Qualität der Beschreibung",
"striae": "Striemung",
"uscs_1": "USCS 1",
Expand Down
1 change: 1 addition & 0 deletions src/client/public/locale/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
"original_lithology": "Original lithology",
"organic_component": "Organic components",
"plasticity": "Plasticity",
"completeness": "Completeness of entries",
"qt_description": "Quality of the description",
"striae": "Striations",
"uscs_1": "USCS 1",
Expand Down
1 change: 1 addition & 0 deletions src/client/public/locale/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
"original_lithology": "Lithologie originale",
"organic_component": "Composants organiques",
"plasticity": "Plasticité",
"completeness": "Exhaustivité des informations",
"qt_description": "Qualité de la description",
"striae": "Stries",
"uscs_1": "USCS 1",
Expand Down
1 change: 1 addition & 0 deletions src/client/public/locale/it/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
"original_lithology": "Litologia originale",
"organic_component": "Componenti organici",
"plasticity": "Plasticità",
"completeness": "Integralità dei dati",
"qt_description": "Qualità della descrizione",
"striae": "Strie",
"uscs_1": "USCS 1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const stratigraphyData = {
{
id: 3,
type: "Dropdown",
label: "qt_description",
label: "completeness",
value: "qtDescriptionId",
schema: "qt_description",
multiple: false,
Expand Down
3 changes: 0 additions & 3 deletions src/client/src/commons/form/profile/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ const Profile = props => {

const setKind = useCallback(kind => {
switch (kind) {
case "instruments":
setStratigraphyKind(profileKind.INSTRUMENT);
break;
case "stratigraphy":
setAttributesBasedKind(stratigraphyData);
setStratigraphyKind(profileKind.STRATIGRAPHY);
Expand Down

0 comments on commit 503c2e2

Please sign in to comment.