[Koha-bugs] [Bug 18902] Course Reserves still accessible by URL even if turned OFF

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 27 03:33:42 CEST 2017


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

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

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

--- Comment #3 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
Created attachment 65289
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65289&action=edit
Bug 18902: Disable access to CourseReserves if syspref off.

* course_reserves/course-reserves.pl: Add syspref check.
* course_reserves/mod_course.pl: Add syspref check.
* opac/opac-course-reserves.pl: Add syspref check.

Test Plan:

- Before applying this patch:
  + Ensure UseCourseReserves is switched off
    + visit OPAC: cgi-bin/koha/opac-course-reserves.pl
    + visit Intranet: /cgi-bin/koha/course_reserves/course-reserves.pl
    + visit Intranet: /cgi-bin/koha/course_reserves/mod_course.pl
    + All will be accessible.

- After applying this patch:
  + Ensure UseCourseReserves is switched off
    + visit OPAC: cgi-bin/koha/opac-course-reserves.pl
    + visit Intranet: /cgi-bin/koha/course_reserves/course-reserves.pl
    + visit Intranet: /cgi-bin/koha/course_reserves/mod_course.pl
    + None will be accessible.
  + Ensure UseCourseReserves is switched on
    + visit OPAC: cgi-bin/koha/opac-course-reserves.pl
    + visit Intranet: /cgi-bin/koha/course_reserves/course-reserves.pl
    + visit Intranet: /cgi-bin/koha/course_reserves/mod_course.pl
    + All will be accessible.

Followed test plan, worked as intended
Signed-off-by: Alex Buckley <alexbuckley at catalyst.net.nz>

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


More information about the Koha-bugs mailing list