Bug 20568: Add mandatory description field for api keys
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 12 Apr 2018 17:38:47 +0000 (14:38 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 9 May 2018 15:55:58 +0000 (12:55 -0300)
commit05101f0afa28d1de67d8d313963cb06cc5b3e1e1
treed1314c42f269153ef2445f7dbde51ddd2718b101
parent3aa102d0c35058bc6f2350d97e3da11815d368f1
Bug 20568: Add mandatory description field for api keys

This patch changes the table structure adding fields usually found on
this kind of api management pages.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/ApiKey.pm
Koha/ApiKeys.pm
Koha/Schema/Result/ApiKey.pm
Koha/Schema/Result/Borrower.pm
installer/data/mysql/atomicupdate/bug_20568_api_keys.perl [new file with mode: 0644]
installer/data/mysql/kohastructure.sql
koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc
koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt
members/apikeys.pl