Summary: | "Return claims" column is missing from column configuration page | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Circulation | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | normal | ||
Priority: | P5 - low | CC: | 1joynelson, david.roberts, gmcharlt, hc, jonathan.druart, kyle.m.hall, lucas, m.de.rooy, martin.renvoize |
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: |
20.05.00, 19.11.06
|
|
Circulation function: | |||
Bug Depends on: | 14697 | ||
Bug Blocks: | |||
Attachments: |
Bug 24768: Add 'Return claims' to column configuration for checkouts tables
Bug 24768: Add 'Return claims' to column configuration for checkouts tables Bug 24768: Add 'Return claims' to column configuration for checkouts tables Bug 24768: Add 'Return claims' to column configuration for checkouts tables |
Description
Katrin Fischer
2020-02-29 09:11:03 UTC
Created attachment 102787 [details] [review] Bug 24768: Add 'Return claims' to column configuration for checkouts tables The checkouts tables on the checkouts and details tabs in the staff patron account support column confiugration, but the new column "Return claims" was missing. This patch adds the column to the column configuration. To test: - Make sure to test with a patron having return claims and without - Verify cou can toggle the visibility of the return claims column from top of the tables in the checkouts and details tabs - Go to administrastion > column configuration - Change the settings for the issues tables in the Patrons and Circulation sections - Verify the changes have been applied to the tables as configured I've applied this patch but I can't see any option to hide this column, either from the top of the table, or in the column configuration admin. What am I missing? My user has a claims returned.... https://snipboard.io/462alZ.jpg https://snipboard.io/YdK5xy.jpg Thx for testing David, checking what's going on here! Created attachment 102857 [details] [review] Bug 24768: Add 'Return claims' to column configuration for checkouts tables The checkouts tables on the checkouts and details tabs in the staff patron account support column confiugration, but the new column "Return claims" was missing. This patch adds the column to the column configuration. To test: - Make sure to test with a patron having return claims and without - Verify cou can toggle the visibility of the return claims column from top of the tables in the checkouts and details tabs - Go to administrastion > column configuration - Change the settings for the issues tables in the Patrons and Circulation sections - Verify the changes have been applied to the tables as configured Hi David, I indeed forgot to commit a typo fix on the pref file, but from your screenshots it looks like a 'restart_all' might be missing or as if the patch hadn't been applied. Could you try again? Created attachment 102870 [details] [review] Bug 24768: Add 'Return claims' to column configuration for checkouts tables The checkouts tables on the checkouts and details tabs in the staff patron account support column confiugration, but the new column "Return claims" was missing. This patch adds the column to the column configuration. To test: - Make sure to test with a patron having return claims and without - Verify cou can toggle the visibility of the return claims column from top of the tables in the checkouts and details tabs - Go to administrastion > column configuration - Change the settings for the issues tables in the Patrons and Circulation sections - Verify the changes have been applied to the tables as configured Signed-off-by: David Roberts <david@koha-ptfs.co.uk> Thanks Katrin, works perfectly now. Created attachment 103141 [details] [review] Bug 24768: Add 'Return claims' to column configuration for checkouts tables The checkouts tables on the checkouts and details tabs in the staff patron account support column confiugration, but the new column "Return claims" was missing. This patch adds the column to the column configuration. To test: - Make sure to test with a patron having return claims and without - Verify cou can toggle the visibility of the return claims column from top of the tables in the checkouts and details tabs - Go to administrastion > column configuration - Change the settings for the issues tables in the Patrons and Circulation sections - Verify the changes have been applied to the tables as configured Signed-off-by: David Roberts <david@koha-ptfs.co.uk> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Nice work everyone! Pushed to master for 20.05 when running qa after applying to 19.11.x I am seeing a failing on POD coverage for the koha_object_class in course items, course reserves, and course instructor. Safe to ignore or fine to push to 19.11.x? You can ignore the POD warnings. Backported to 19.11.x for 19.11.06 Dependency is missing for 19.05.x, no backport |