[Koha-bugs] [Bug 31503] Allow several consent types on the consents tab of OPAC account page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 3 16:14:39 CEST 2022


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

David Nind <david at davidnind.com> changed:

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

--- Comment #38 from David Nind <david at davidnind.com> ---
Created attachment 141263
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=141263&action=edit
Bug 31503: Adjust db column patron_consent.type

We want to control this field now via authorised values. An ENUM
is too restrictive.
A foreign key on the values of authorised_value for category
'PATRON_CONSENT' is not possible.
This will do for now.

Test plan:
Run dbrev.

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

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

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


More information about the Koha-bugs mailing list