[Koha-bugs] [Bug 17190] Mark REST API dependencies as mandatory in PerlDependencies.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Apr 1 05:40:41 CEST 2017


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

Alex Buckley <alexbuckley at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexbuckley at catalyst.net.nz
             Status|NEW                         |Needs Signoff

--- Comment #2 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
Hi Katrin
I am assuming the changes you requested in this bug report were covered by the
two minor changes I made in this patch.

Test plan:
1. In your terminal view C4/Installer/PerlDependencies.pm and notice that the
Mojolicious and swagger2 dependencies which use REST API are optionally
required (i.e. have 'required' => '0')

2. Apply this patch

3. View C4/Installer/PerlDependencies.pm again and notice that Mojolicious and
swagger2 now have mandatory dependency on REST API (i.e. 'require' => '1')

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


More information about the Koha-bugs mailing list