Skip to content

Commit

Permalink
Add title to links list so that UpdateBehavior skip works [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi749 committed Jan 8, 2024
1 parent c840af4 commit 370ddb0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Templates/Portfolio/Objects/Lists/Lenker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,19 @@
<JSLink>clienttemplates.js</JSLink>
</View>
</pnp:Views>
<pnp:DataRows KeyColumn="GtLinkUrl" UpdateBehavior="Skip">
<pnp:DataRows KeyColumn="Title" UpdateBehavior="Skip">
<pnp:DataRow>
<pnp:DataValue FieldName="Title">Prosjektportalen brukermanual</pnp:DataValue>
<pnp:DataValue FieldName="GtLinkUrl">https://puzzlepart.github.io/prosjektportalen-manual,Prosjektportalen brukermanual</pnp:DataValue>
<pnp:DataValue FieldName="GtLinkLevel">Medlem</pnp:DataValue>
</pnp:DataRow>
<pnp:DataRow>
<pnp:DataValue FieldName="Title">Prosjektveiviseren</pnp:DataValue>
<pnp:DataValue FieldName="GtLinkUrl">https://prosjektveiviseren.digdir.no,Prosjektveiviseren</pnp:DataValue>
<pnp:DataValue FieldName="GtLinkLevel">Medlem</pnp:DataValue>
</pnp:DataRow>
<pnp:DataRow>
<pnp:DataValue FieldName="Title">Prosjekt og Porteføljeverktøy: Kurs fra KS i Prosjektportalen</pnp:DataValue>
<pnp:DataValue FieldName="GtLinkUrl">https://www.kslaring.no/local/course_page/home_page.php?id=189&amp;start=0,Prosjekt og Porteføljeverktøy: Kurs fra KS i Prosjektportalen</pnp:DataValue>
<pnp:DataValue FieldName="GtLinkLevel">Medlem</pnp:DataValue>
</pnp:DataRow>
Expand Down

0 comments on commit 370ddb0

Please sign in to comment.