Skip to content

Commit

Permalink
Add NITG-code to GMW
Browse files Browse the repository at this point in the history
StevenHosper committed Nov 20, 2024
1 parent c3db129 commit 7ecf5ab
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
## 0.64 (unreleased)


- Nothing changed yet.
- Add NITG-Code to GMW_Construction (Registration, Replace, Move)


## 0.63 (2024-11-19)
3 changes: 3 additions & 0 deletions api/bro_upload/templates/move_GMW_Construction.html
Original file line number Diff line number Diff line change
@@ -20,6 +20,9 @@
<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 %}
{% if sourcedocs_data.nitgCode %}
<ns:nitgCode>{{ sourcedocs_data.nitgCode }}</ns:nitgCode>
{% endif %}
<ns:owner>{{ sourcedocs_data.owner }}</ns:owner>
<ns:maintenanceResponsibleParty>{{ sourcedocs_data.maintenanceResponsibleParty }}</ns:maintenanceResponsibleParty>
3 changes: 3 additions & 0 deletions api/bro_upload/templates/registration_GMW_Construction.html
Original file line number Diff line number Diff line change
@@ -18,6 +18,9 @@
<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 %}
{% if sourcedocs_data.nitgCode %}
<ns:nitgCode>{{ sourcedocs_data.nitgCode }}</ns:nitgCode>
{% endif %}
<ns:owner>{{ sourcedocs_data.owner }}</ns:owner>
<ns:maintenanceResponsibleParty>{{ sourcedocs_data.maintenanceResponsibleParty }}</ns:maintenanceResponsibleParty>
3 changes: 3 additions & 0 deletions api/bro_upload/templates/replace_GMW_Construction.html
Original file line number Diff line number Diff line change
@@ -20,6 +20,9 @@
<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 %}
{% if sourcedocs_data.nitgCode %}
<ns:nitgCode>{{ sourcedocs_data.nitgCode }}</ns:nitgCode>
{% endif %}
<ns:owner>{{ sourcedocs_data.owner }}</ns:owner>
<ns:maintenanceResponsibleParty>{{ sourcedocs_data.maintenanceResponsibleParty }}</ns:maintenanceResponsibleParty>

0 comments on commit 7ecf5ab

Please sign in to comment.