| Summary: | Add table settings to transfers | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Owen Leonard <oleonard> |
| Component: | Circulation | Assignee: | Owen Leonard <oleonard> |
| Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | david, gmcharlt, kyle |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Small patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: |
This enhancement adds standard table settings to the transfers table (Circulation > Transfers > Transfer). This includes options to change the columns shown, export data, and to configure the default table settings.
|
Version(s) released in: | |
| Circulation function: | |||
| Attachments: |
Bug 41134: Add table settings to transfers
Bug 41134: Add table settings to transfers |
||
|
Description
Owen Leonard
2025-10-29 17:00:35 UTC
Created attachment 188576 [details] [review] Bug 41134: Add table settings to transfers This patch updates the transfers page in order to add table settings to the table of transfered items. The patch also makes another minor correction: The transfer submit button now has the standard class "btn-primary." To test, apply the patch and restart services. - Go to Circulation -> Transfer. - Submit a barcode from a library other than your own so that the transfer will complete successfully. - Note that the "Transfer" button has the standard primary yellow color. - In the table of transferred items you should see the columns setting menu, export option, etc. Confirm that these controls work correctly. - Go to Administration -> Table settings -> Circulation -> Transfers - Make some changes to the column visibility settings and return to the transfers page to confirm that your settings are now applied when you transfer more items. - Because of DataTables state saving feature you might have to clear your browser's local storage in order to see the new column configuration. Sponsored-by: Athens County Public Libraries Created attachment 190028 [details] [review] Bug 41134: Add table settings to transfers This patch updates the transfers page in order to add table settings to the table of transfered items. The patch also makes another minor correction: The transfer submit button now has the standard class "btn-primary." To test, apply the patch and restart services. - Go to Circulation -> Transfer. - Submit a barcode from a library other than your own so that the transfer will complete successfully. - Note that the "Transfer" button has the standard primary yellow color. - In the table of transferred items you should see the columns setting menu, export option, etc. Confirm that these controls work correctly. - Go to Administration -> Table settings -> Circulation -> Transfers - Make some changes to the column visibility settings and return to the transfers page to confirm that your settings are now applied when you transfer more items. - Because of DataTables state saving feature you might have to clear your browser's local storage in order to see the new column configuration. Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com> I'm not sure that having "Copy shareable link" is useful, as it doesn't work with this table because of its sessionised nature - you don't get a table if you use the link (just the standard transfer page). There is also a greyed out "x Clear filter". |