Summary: | streettype and B_streettype cannot be hidden via BorrowerUnwantedField | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Patrons | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | CLOSED FIXED | QA Contact: | Joonas Kylmälä <joonas.kylmala> |
Severity: | minor | ||
Priority: | P5 - low | CC: | andrew, didier.gautheron, fridolin.somers, gmcharlt, joonas.kylmala, kyle.m.hall, kyle, victor |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28936 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
21.11.00,21.05.04,20.11.10
|
|
Circulation function: | |||
Bug Depends on: | 22844 | ||
Bug Blocks: | |||
Attachments: |
Bug 28392: make streettype and B_streettype work with BorrowerUnwantedField
Bug 28392: make streettype and B_streettype work with BorrowerUnwantedField Bug 28392: make streettype and B_streettype work with BorrowerUnwantedField |
Description
Lucas Gass (lukeg)
2021-05-19 14:57:36 UTC
Same with sort1 and sort2 I made a separate bug for sort1 and sort2, since they're just not in these sysprefs at all. That's bug 28936. Created attachment 124370 [details] [review] Bug 28392: make streettype and B_streettype work with BorrowerUnwantedField To test: 1. Add values to the AV ROADTYPE 2. Go to the BorrowerUnwantedField system preference and attempt to hide streettype and B_streettype. 3. It doesn't work, the fields still show. 4. Apply patch 5. Repeat step 2, it should work now. Created attachment 124371 [details] [review] Bug 28392: make streettype and B_streettype work with BorrowerUnwantedField To test: 1. Add values to the AV ROADTYPE 2. Go to the BorrowerUnwantedField system preference and attempt to hide streettype and B_streettype. 3. It doesn't work, the fields still show. 4. Apply patch 5. Repeat step 2, it should work now. Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Created attachment 124515 [details] [review] Bug 28392: make streettype and B_streettype work with BorrowerUnwantedField To test: 1. Add values to the AV ROADTYPE 2. Go to the BorrowerUnwantedField system preference and attempt to hide streettype and B_streettype. 3. It doesn't work, the fields still show. 4. Apply patch 5. Repeat step 2, it should work now. Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi> Pushed to master for 21.11, thanks to everybody involved! Pushed to 21.05.x for 21.05.04 Pushed to 20.11.x for 20.11.10 Not backported to oldoldstable (20.05.x). Feel free to ask if it's needed. |