[Koha-bugs] [Bug 27378] Enable compliance with EU Cookie Legislation via cookie consent

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 5 17:24:27 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378

Andrew Isherwood <andrew.isherwood at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #116397|0                           |1
        is obsolete|                            |

--- Comment #21 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Created attachment 116416
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116416&action=edit
Bug 27378: Add new 'modaljs' syspref type

This commit adds a new 'modaljs' syspref type. This is similar to the existing
'modalselect' syspref type but instead of using a file to create a list of
selectable options which are displayed in the modal, it assumes that anything
can happen within the modal driven by JS, and whatever happens is going to
return a string, that will be saved as the syspref value. In our case, the
string will be all the details of the “chunks” concatenated into a string

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list