[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 6 17:44:54 CEST 2017


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

Alex Sassmannshausen <alex.sassmannshausen at ptfs-europe.com> changed:

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

--- Comment #2 from Alex Sassmannshausen <alex.sassmannshausen at ptfs-europe.com> ---
Created attachment 64854
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64854&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.

-- 
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