https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #101 from Katrin Fischer <[email protected]> --- Some stuff: 1) Old style database updates (we got 4 separate ones for the prefs). Might be worth combining them into one atomicupdate. 2) I think the system preference descriptions are not all self explanatory. I am struggling with a little with this one: + - Specify Javascript that requires user consent to run (e.g. tracking code) + - pref: ConsentJS + type: modaljs + initiator: populateConsentJS + processor: prepareConsentJS 3) New codes cannot be saved in ConsentJs And also getting stuck here in the test plan: 12. Enter a name and description, and check both checkboxes. - For "String used to identify cookie name", enter "test1", this enables us to delete the cookie when consent is withdrawn. - For "Cookie domain" enter the domain of your Koha. - For "Cookie path" enter "/" I have entered: Name: Test Description: Testing consent Requires consent in OPAC: checked Requires consent in staff interface: checked String used to identify cookie name: test1 Cookie domain: localhost Cookie path: / When I try to save, I get: You must complete all fields. x) Future enhancement ideas: * Move CookieConsentBar and CookieConsentPopup to HTML customizations, so they can be provided in multiple languages. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
