[Koha-bugs] [Bug 20581] Allow manual selection of custom ILL request statuses

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 5 15:25:02 CET 2019


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

--- Comment #134 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Created attachment 84768
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84768&action=edit
Bug 20581: (follow-up) Do not use PK for AV FK

As per:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20581#c133

We switch from using authorised_values.id when creating the foreign key
illrequests.status_alias, we now use authorised_values.authorised_value

I have added a migration from using id -> authorised_value, so when
existing users of this bug get this version, their DB migrates nicely
instead of just breaking.

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


More information about the Koha-bugs mailing list