Summary: | Add search option for plugin page | ||
---|---|---|---|
Product: | Koha | Reporter: | Jessie Zairo <jzairo> |
Component: | System Administration | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | cbrannon, dcook, george, gmcharlt, kelly, lucas, nick |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
22.11.00
|
|
Circulation function: | |||
Attachments: |
Bug 31603: Add search option for plugin page
Bug 31603: Add search option for plugin page Bug 31603: Add search option for plugin page |
Description
Jessie Zairo
2022-09-22 14:34:11 UTC
I agree, this would be a great enhancement! I guess you could make this a feature, but couldn't you just do a screen search, or do the plugins paginate if the list is too big? Created attachment 140850 [details] [review] Bug 31603: Add search option for plugin page This patch converts the table of plugins to a DataTable so that it will have dynamic sorting, export options, and the quick search field at the top of the table. To test you should have more than one plugin installed. - Apply the patch and go to Administration -> Manage plugins. - The table should be styled as a DataTable, with the first column sorted by default. - At the top of the table you should see the number of entries, a quick search form, and an export button. - Confirm that the quick search form works to filter plugins by name, description, author, etc. Created attachment 140851 [details] [review] Bug 31603: Add search option for plugin page This patch converts the table of plugins to a DataTable so that it will have dynamic sorting, export options, and the quick search field at the top of the table. To test you should have more than one plugin installed. - Apply the patch and go to Administration -> Manage plugins. - The table should be styled as a DataTable, with the first column sorted by default. - At the top of the table you should see the number of entries, a quick search form, and an export button. - Confirm that the quick search form works to filter plugins by name, description, author, etc. Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Created attachment 141179 [details] [review] Bug 31603: Add search option for plugin page This patch converts the table of plugins to a DataTable so that it will have dynamic sorting, export options, and the quick search field at the top of the table. To test you should have more than one plugin installed. - Apply the patch and go to Administration -> Manage plugins. - The table should be styled as a DataTable, with the first column sorted by default. - At the top of the table you should see the number of entries, a quick search form, and an export button. - Confirm that the quick search form works to filter plugins by name, description, author, etc. Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Love this, small change, great effect :) Pushed to master for 22.11. Nice work everyone, thanks! |