diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-03-17 14:20:21 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-03-17 14:20:28 +0100 |
commit | e6a0d814659f418287eab6142af726eab929ac87 (patch) | |
tree | ad7eaf3e25cf658eeacb7d80389f4501b1e534e2 /config.yml | |
parent | f9ef8f0635a3349d99419c70f1d11ee15c94c660 (diff) |
mrr:markanvisningar: Make DecisionDate non-nullable.
It appears it is no longer stripped in Bergsstaten's mineralregister.
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -3219,6 +3219,7 @@ layers: comment: Benämning på området - name: DecisionDate type: Date + nullable: false comment: Beslutsdatum - name: DiaryNr type: String @@ -3243,9 +3244,6 @@ layers: 'Diary nr': DiaryNr 'Last updated': LastUpdated value-map: - 'Decision date': - - replace: '' - with: null 'Diary nr': - replace: '' with: null |