[Koha-bugs] [Bug 33429] Use template wrapper for breadcrumbs: Plugins

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 6 13:15:28 CEST 2023


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 149230
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=149230&action=edit
Bug 33429: Use template wrapper for breadcrumbs: Plugins

This patch updates plugin management templates so that they use the new
WRAPPER for displaying breadcrumbs.

To test, apply the patch and test each page and its variations.
Breadcrumbs should look correct, and each link should be correct.

- In koha-conf.xml, look for "enable_plugins"
  - If this is set to 0, plugins are disabled:
    <enable_plugins>0</enable_plugins>
    - Navigate directly to /cgi-bin/koha/plugins/plugins-home.pl, which
      should say "Plugins disabled." Check the breadcrumbs on this page.
  - Enable plugins by changing the settimg in koha-conf.xml to 1 (a
    restart of services is required): <enable_plugins>1</enable_plugins>
  - Go to Administration -> Manage plugins
    - Test this page and the "Upload plugin" page.

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


More information about the Koha-bugs mailing list