Skip to content

Commit

Permalink
props på uri
Browse files Browse the repository at this point in the history
  • Loading branch information
JanhSander committed Mar 15, 2024
1 parent e09b641 commit 7ff619e
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 7ff619e

Please sign in to comment.