[Koha-bugs] [Bug 33475] New: Remove Syndetics template variables from Auth.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 10 17:47:27 CEST 2023


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

            Bug ID: 33475
           Summary: Remove Syndetics template variables from Auth.pm
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: lucas at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

593             SyndeticsClientCode                   =>
C4::Context->preference("SyndeticsClientCode"),
 594             SyndeticsEnabled                      =>
C4::Context->preference("SyndeticsEnabled"),
 595             SyndeticsCoverImages                  =>
C4::Context->preference("SyndeticsCoverImages"),
 596             SyndeticsTOC                          =>
C4::Context->preference("SyndeticsTOC"),
 597             SyndeticsSummary                      =>
C4::Context->preference("SyndeticsSummary"),
 598             SyndeticsEditions                     =>
C4::Context->preference("SyndeticsEditions"),
 599             SyndeticsExcerpt                      =>
C4::Context->preference("SyndeticsExcerpt"),
 600             SyndeticsReviews                      =>
C4::Context->preference("SyndeticsReviews"),
 601             SyndeticsAuthorNotes                  =>
C4::Context->preference("SyndeticsAuthorNotes"),
 602             SyndeticsAwards                       =>
C4::Context->preference("SyndeticsAwards"),
 603             SyndeticsSeries                       =>
C4::Context->preference("SyndeticsSeries"),
 604             SyndeticsCoverImageSize               =>
C4::Context->preference("SyndeticsCoverImageSize"),


I don't think these need to be in Auth.pm anymore.

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


More information about the Koha-bugs mailing list