| Summary: | Remove Syndetics template variables from Auth.pm | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
| Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | ||
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
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.