https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35837
--- Comment #22 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 206276 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206276&action=edit Bug 35837: Let librarians see and install plugins outside their declared Koha support range Search for new plugins previously just excluded a plugin entirely if its latest release didn't declare support for this Koha version -- indistinguishable from the store genuinely having no match, and no way to test a plugin that might actually work despite an author not having bumped koha_max_version yet (or to install anyway and report back). Adds a "Show plugins not marked as compatible with my Koha version" checkbox (off by default) to the search modal, a new "Koha support" column showing the declared range and a "Not supported" badge when it's out of range, and a confirmation step before installing one of those -- there's no backend gate on version compatibility at install time, so this is a heads-up, not a block, matching how the store already treats certification tier vs. signature as separate concerns. Extracted the min/max version comparison (previously duplicated only in Home.vue, for already-installed plugins) into a shared kohaVersionCompat.js used by both. Test plan: 1. Search for a plugin whose latest release doesn't cover your Koha version -- confirm it does *not* appear. 2. Check "Show plugins not marked as compatible with my Koha version". Confirm it now appears, with its declared range and a red "Not supported" badge in the new "Koha support" column. 3. Click Install. Confirm you're asked to confirm before it proceeds, and that declining leaves it uninstalled. Co-Authored-By: Claude Sonnet 5 <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
