Skip to content

Commit

Permalink
fix: remove validation if table 'QuietAreaDocumentation' is present
Browse files Browse the repository at this point in the history
Previously, this validation rule was listed in the official list by EEA and therefore
added to the alignment. But this the table 'QuietAreaDocumentation' is optional and
with the updated validation rules in July 2024 the rules was removed.

SVC-1696
  • Loading branch information
annat2022 committed Sep 12, 2024
1 parent a0397ef commit 3a9881a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ codelistProperty('QuietArea', 'quietAreaId_identifierScheme', 'http://dd.eionet.
// Check if any tables were present that are mandatory
def expectedTypes = [
'QuietArea':'TB1',
'QuietAreaDocumentation':'TB28',
]
def presentTypes

Expand Down

0 comments on commit 3a9881a

Please sign in to comment.