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

            Bug ID: 23300
           Summary: Plugins display as permanently "DISABLED"
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: System Administration
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

All plugins are currently displaying as "DISABLED".

This appears to be due to the use of the condition:

[% IF ( plugin.enabled ) %]

in plugins-home.tt, which was added in Bug 22053 and presumably worked then. As
far as I can see, there is no property or method on the plugin object called
"enabled", hence it always failing.

Recently an "is_enabled" method was added to the plugin object in Bug 21073,
I'm guessing this is what the template should be using.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to