]> git.koha-community.org Git - koha.git/commit
Bug 20877: Do not consider DB user has permissions
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 4 Jun 2018 18:45:22 +0000 (15:45 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 11 Jun 2018 08:57:19 +0000 (09:57 +0100)
commit6fe2a10156c900454cd8f342bedb24e6fd4e75f2
tree5fbab79d36b91722617a74305e33ab428a8f67b4
parent2bae585fcd4d5a5e31c0503cc8ea1cd3ea0f29ba
Bug 20877: Do not consider DB user has permissions

Test plan:
0/ Do not apply the patch
1/ Confirm the new test fails
2/ Apply the patch
3/ Confirm the new test passes
4/ Test the installation process

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Auth.pm
t/db_dependent/Auth.t