You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the code for the function cookies_banner_server() there is a strict id value of navlistPanel which the cookies page of the app must belong to in order for the link "View cookie information" to take you to the page.
How to reproduce
This is the section of the cookies_banner_server() code:
It would be useful to either have this as a more flexible id value, or document that the main navigation tabset/navset should have the id value navlistPanel.
The text was updated successfully, but these errors were encountered:
Describe the bug
In the code for the function
cookies_banner_server()
there is a strictid
value ofnavlistPanel
which the cookies page of the app must belong to in order for the link "View cookie information" to take you to the page.How to reproduce
This is the section of the
cookies_banner_server()
code:Fix
It would be useful to either have this as a more flexible id value, or document that the main navigation
tabset
/navset
should have the id valuenavlistPanel
.The text was updated successfully, but these errors were encountered: