Summary: | mana_enabled gets set incorrectly | ||
---|---|---|---|
Product: | Koha | Reporter: | Sebastian Gamero <sebastian> |
Component: | Mana-kb | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | alex.arnaud |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30991 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Sebastian Gamero
2022-04-20 09:44:26 UTC
This has already been fixed in the most current versions: [%- IF (Koha.Preference('Mana') == 1 && mana_url) -%] var mana_enabled = 1; [%- ELSE -%] var mana_enabled = 0; [%- END -%] var BOOKSELLER_IDS = [% To.json( bookseller_ids ) || '[]' | html %]; I am closing as RESOLVED FIXED. If you are using a maintained version (21.05 and above) and still have this issue, please reopen. |