Skip to content

Commit 0ef56d3

Browse files
author
Maximilian Schmidt
committed
FIX: Empty policy page node selector
1 parent 83d9f6b commit 0ef56d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Resources/Private/TypoScript/Root.ts2

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ prototype(Page) {
4646
href = NodeUri {
4747
node = ${q(site).find('#' + Configuration.setting('ObisConcept.CookieConsent.policyPageNode')).get(0)}
4848
absolute = true
49+
50+
@if.isset = ${String.isBlank(Configuration.setting('ObisConcept.CookieConsent.policyPageNode')) == false}
4951
}
5052
}
5153

0 commit comments

Comments
 (0)