Skip to content

Commit

Permalink
Merge pull request #229 from statisticsnorway/feature/dpmeta-131-felt…
Browse files Browse the repository at this point in the history
…-typer-med-url

Change props for URI field
  • Loading branch information
JanhSander authored Mar 15, 2024
2 parents e09b641 + 7ff619e commit 39af4c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/datadoc/frontend/fields/display_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ class DatasetIdentifiers(str, Enum):
display_name="Register URI",
description="Lenke (URI) til register i registeroversikt (oversikt over alle registre meldt Datatilsynet (oppdatering foretas av sikkerhetsrådgiver))",
multiple_language_support=True,
url=True,
type="url",
),
DatasetIdentifiers.POPULATION_DESCRIPTION: DatasetInputField(
identifier=DatasetIdentifiers.POPULATION_DESCRIPTION.value,
Expand Down

0 comments on commit 39af4c9

Please sign in to comment.