Skip to content

Commit

Permalink
Merge pull request #30 from GunsRoseSS/v1/dev
Browse files Browse the repository at this point in the history
use correct data property NodeKey in sustainability overview page so …
  • Loading branch information
rickbutterfield authored Sep 6, 2024
2 parents 400a654 + 6dc25b9 commit 77be289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<uui-table-row ng-repeat="data in recentData">
<uui-table-cell>
<a style="text-decoration: underline;" href="/umbraco/#/content/content/edit/{{data.NodeId}}">{{data.NodeName}}</a>
<a style="text-decoration: underline;" href="/umbraco/#/content/content/edit/{{data.NodeKey}}">{{data.NodeName}}</a>
</uui-table-cell>

<uui-table-cell>
Expand Down

0 comments on commit 77be289

Please sign in to comment.