| Summary: | API datatables wrapper does not deal correctly with hidden columns | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | fridolin.somers, tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
21.05.00
|
|
| Circulation function: | |||
| Bug Depends on: | 25287 | ||
| Bug Blocks: | 27465 | ||
| Attachments: |
Bug 28096: Fix table settings for API datatables wrapper
Bug 28096: Fix table settings for API datatables wrapper Bug 28096: Fix table settings for API datatables wrapper |
||
|
Description
Jonathan Druart
2021-04-06 15:56:04 UTC
Created attachment 119232 [details] [review] Bug 28096: Fix table settings for API datatables wrapper Bug 25287 added the table settings to the API datatables wrapper but it does not handled correctly the hidden columns. Test plan: Go to Home > Administration > Table settings Administration > libraries Tick "Is hidden by default" for "library_address" Go to Home > Administration > Libraries Click Columns and check the "Address" column, it must be hidden Created attachment 119237 [details] [review] Bug 28096: Fix table settings for API datatables wrapper Bug 25287 added the table settings to the API datatables wrapper but it does not handled correctly the hidden columns. Test plan: Go to Home > Administration > Table settings Administration > libraries Tick "Is hidden by default" for "library_address" Go to Home > Administration > Libraries Click Columns and check the "Address" column, it must be hidden Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Created attachment 119800 [details] [review] Bug 28096: Fix table settings for API datatables wrapper Bug 25287 added the table settings to the API datatables wrapper but it does not handled correctly the hidden columns. Test plan: Go to Home > Administration > Table settings Administration > libraries Tick "Is hidden by default" for "library_address" Go to Home > Administration > Libraries Click Columns and check the "Address" column, it must be hidden Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 21.05, thanks to everybody involved! |