| Summary: | Library limitation column not toggable on itemtypes table | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Tomás Cohen Arazi (tcohen) <tomascohen> |
| Component: | Templates | Assignee: | Tomás Cohen Arazi (tcohen) <tomascohen> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | andrew, fridolin.somers, jonathan.druart, oleonard |
| 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,20.11.06
|
|
| Circulation function: | |||
| Bug Depends on: | 21946 | ||
| Bug Blocks: | 23207 | ||
| Attachments: |
Bug 28190: Fix columns_settings.yml itemtypes entry
Bug 28190: Fix columns_settings.yml itemtypes entry Bug 28190: Fix columns_settings.yml itemtypes entry |
||
|
Description
Tomás Cohen Arazi (tcohen)
2021-04-21 19:04:22 UTC
Created attachment 119964 [details] [review] Bug 28190: Fix columns_settings.yml itemtypes entry The parent_code column is missing on the columns_settings.yml file, so columns are shifted and thus 'Library limitations' is not toggable. To test: 1. Verify you are not offered the chance to hide the column 2. Apply this patch, restart all the things => SUCCESS: You can toggle the column 3. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Created attachment 119965 [details] [review] Bug 28190: Fix columns_settings.yml itemtypes entry The parent_code column is missing on the columns_settings.yml file, so columns are shifted and thus 'Library limitations' is not toggable. To test: 1. Verify you are not offered the chance to hide the column 2. Apply this patch, restart all the things => SUCCESS: You can toggle the column 3. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 119984 [details] [review] Bug 28190: Fix columns_settings.yml itemtypes entry The parent_code column is missing on the columns_settings.yml file, so columns are shifted and thus 'Library limitations' is not toggable. To test: 1. Verify you are not offered the chance to hide the column 2. Apply this patch, restart all the things => SUCCESS: You can toggle the column 3. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 21.05, thanks to everybody involved! Pushed to 20.11.x for 20.11.06 Missing dependency, not backported to 20.05 |