Skip to content

Commit

Permalink
Bugfix: Add full Name for Neos.Neos:NodeUri
Browse files Browse the repository at this point in the history
This solves #6
  • Loading branch information
Nikdro authored Sep 5, 2018
1 parent b0036d9 commit 943b8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Fusion/Root.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ prototype(Neos.Neos:Page) {
deny = ${Translation.translate('deny', null, [], Configuration.setting('KaufmannDigital.CookieConsent.translations.source'), Configuration.setting('KaufmannDigital.CookieConsent.translations.package'))}
link = ${Translation.translate('link-text', null, [], Configuration.setting('KaufmannDigital.CookieConsent.translations.source'), Configuration.setting('KaufmannDigital.CookieConsent.translations.package'))}

href = NodeUri {
href = Neos.Neos:NodeUri {
node = ${q(site).find('#' + Configuration.setting('KaufmannDigital.CookieConsent.policyPageNode')).get(0)}
absolute = true

Expand Down

0 comments on commit 943b8a3

Please sign in to comment.