Skip to content

Commit

Permalink
GMW_GroundLevel correction
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenHosper committed Dec 17, 2024
1 parent b050a41 commit ff5d7b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 0.71 (unreleased)


- Nothing changed yet.
- Bugfix: Reorder GMW_GroundLevel wellStability and groundLevelStable


## 0.70 (2024-12-17)
Expand Down
2 changes: 1 addition & 1 deletion api/bro_upload/templates/move_GMW_GroundLevel.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<ns:eventDate>
<ns1:date>{{ sourcedocs_data.eventDate }}</ns1:date>
</ns:eventDate>
<ns:groundLevelStable>{{ sourcedocs_data.groundLevelStable }}</ns:groundLevelStable>
{% if sourcedocs_data.groundLevelStable == "nee" %}
<ns:wellStability codeSpace="urn:bro:gmw:WellStability">{{ sourcedocs_data.wellStability }}</ns:wellStability>
{% endif %}
<ns:groundLevelStable>{{ sourcedocs_data.groundLevelStable }}</ns:groundLevelStable>
<ns:groundLevelPosition uom="m">{{ sourcedocs_data.groundLevelPosition }}</ns:groundLevelPosition>
<ns:groundLevelPositioningMethod codeSpace="urn:bro:gmw:GroundLevelPositioningMethod">{{ sourcedocs_data.groundLevelPositioningMethod }}</ns:groundLevelPositioningMethod>
</ns:GMW_GroundLevel>
Expand Down
2 changes: 1 addition & 1 deletion api/bro_upload/templates/registration_GMW_GroundLevel.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<ns:eventDate>
<ns1:date>{{ sourcedocs_data.eventDate }}</ns1:date>
</ns:eventDate>
<ns:groundLevelStable>{{ sourcedocs_data.groundLevelStable }}</ns:groundLevelStable>
{% if sourcedocs_data.groundLevelStable == "nee" %}
<ns:wellStability codeSpace="urn:bro:gmw:WellStability">{{ sourcedocs_data.wellStability }}</ns:wellStability>
{% endif %}
<ns:groundLevelStable>{{ sourcedocs_data.groundLevelStable }}</ns:groundLevelStable>
<ns:groundLevelPosition uom="m">{{ sourcedocs_data.groundLevelPosition }}</ns:groundLevelPosition>
<ns:groundLevelPositioningMethod codeSpace="urn:bro:gmw:GroundLevelPositioningMethod">{{ sourcedocs_data.groundLevelPositioningMethod }}</ns:groundLevelPositioningMethod>
</ns:GMW_GroundLevel>
Expand Down
2 changes: 1 addition & 1 deletion api/bro_upload/templates/replace_GMW_GroundLevel.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<ns:eventDate>
<ns1:date>{{ sourcedocs_data.eventDate }}</ns1:date>
</ns:eventDate>
<ns:groundLevelStable>{{ sourcedocs_data.groundLevelStable }}</ns:groundLevelStable>
{% if sourcedocs_data.groundLevelStable == "nee" %}
<ns:wellStability codeSpace="urn:bro:gmw:WellStability">{{ sourcedocs_data.wellStability }}</ns:wellStability>
{% endif %}
<ns:groundLevelStable>{{ sourcedocs_data.groundLevelStable }}</ns:groundLevelStable>
<ns:groundLevelPosition uom="m">{{ sourcedocs_data.groundLevelPosition }}</ns:groundLevelPosition>
<ns:groundLevelPositioningMethod codeSpace="urn:bro:gmw:GroundLevelPositioningMethod">{{ sourcedocs_data.groundLevelPositioningMethod }}</ns:groundLevelPositioningMethod>
</ns:GMW_GroundLevel>
Expand Down

0 comments on commit ff5d7b0

Please sign in to comment.