Skip to content

Commit

Permalink
Fix completeness label (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr authored Jul 29, 2024
2 parents a8c335b + 32fa8c6 commit 9614500
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- Base maps were loaded beyond their maximum zoom level.
- `layer_depth_to` was displayed in filter even though it was not selected in the filter settings.
- Users can now only import or add new boreholes to workgroups where they have an editor role.
- Label for description quality was wrong in lithology filter and settings.

## v2.1.772 - 2024-06-27

Expand Down
2 changes: 1 addition & 1 deletion src/client/src/commons/search/data/lithologySearchData.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const lithologySearchData = [
{
id: 4,
type: "Dropdown",
label: "description_quality",
label: "completeness",
value: "description_quality",
schema: "description_quality",
multiple: false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const lithologyFieldEditorData = [
},
{
id: 1,
label: "description_quality",
label: "completeness",
value: "description_quality",
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const lithologyFilterEditorData = [
},
{
id: 2,
label: "description_quality",
label: "completeness",
value: "layer.description_quality",
},
{
Expand Down

0 comments on commit 9614500

Please sign in to comment.