| Summary: | Plugins table explode if one of the plugin is in error | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Staff interface | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | Needs Signoff --- | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | gmcharlt, victor |
| Version: | unspecified | ||
| 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: | |||
| Bug Depends on: | 31603 | ||
| Bug Blocks: | |||
| Attachments: | Bug 41476: Fix plugins table when one of the plugin has errors | ||
|
Description
Jonathan Druart
2025-12-18 12:36:12 UTC
Created attachment 190616 [details] [review] Bug 41476: Fix plugins table when one of the plugin has errors I've tried to install one of my old plugin and it exploded. https://gitlab.com/joubu/koha-plugin-jump Test plan: Install a broken plugin and notice the Datatable error on the plugins list With this patch applied the error is gone After the patch applied: https://snipboard.io/1k9lZ2.jpg QA note: the "warn" class had no effect. well now the plugin is working. Maybe I had forgotten to reload plack. Then to reproduce, how to break a plugin in a way that breaks the table but that still keeps it installable? |