Bug 35347 - 'More information' should always display in cookie consent bar
Summary: 'More information' should always display in cookie consent bar
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Martin Renvoize
QA Contact: Testopia
URL:
Keywords:
Depends on: 34793
Blocks: 34792 35346
  Show dependency treegraph
 
Reported: 2023-11-16 11:19 UTC by Martin Renvoize
Modified: 2023-11-21 17:48 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 35347: Display 'More information' button regardless of JSConsents (3.89 KB, patch)
2023-11-16 13:17 UTC, Martin Renvoize
Details | Diff | Splinter Review
Bug 35347: Display 'More information' button regardless of JSConsents (3.94 KB, patch)
2023-11-20 09:51 UTC, David Nind
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 2023-11-16 11:19:05 UTC
Even if we only have essential cookies use on the system, if the CookieConsent option is set to required the footer conent bar should display the 'More information' button so a user can make an informed decision whether to continue using the site or not.
Comment 1 Martin Renvoize 2023-11-16 13:17:15 UTC
Created attachment 159045 [details] [review]
Bug 35347: Display 'More information' button regardless of JSConsents

This patch moves the "More informatin" button outside of the JSConsents
block so that you are able to access the information modal regardless of
whether you have tracking cookies added to your configuration or not.

Test plan
1) Enable CookieConsent
2) Note that the 'More information' button now appears in the footer on
   both staff and opac until you have accepted cookies.
Comment 2 David Nind 2023-11-20 09:51:20 UTC
Created attachment 159136 [details] [review]
Bug 35347: Display 'More information' button regardless of JSConsents

This patch moves the "More informatin" button outside of the JSConsents
block so that you are able to access the information modal regardless of
whether you have tracking cookies added to your configuration or not.

Test plan
1) Enable CookieConsent
2) Note that the 'More information' button now appears in the footer on
   both staff and opac until you have accepted cookies.

Signed-off-by: David Nind <david@davidnind.com>