Summary: | Remove italics from shelving location in the staff interface | ||
---|---|---|---|
Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | Pushed to stable --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | david |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: |
This enhancement removes the italics formatting from the shelving location in a record's holdings table, now that it is in its own column. (The formatting was there to differentiate the shelving location from the library name when they were in the same column. This is not necessary anymore.)
(This is a follow-up to Bug 15461 - Add shelving location to holdings table as a separate column, added in Koha 25.04.)
|
|
Version(s) released in: |
25.11.00,25.05.04
|
Circulation function: | |
Bug Depends on: | 15461 | ||
Bug Blocks: | |||
Attachments: |
Bug 40606: Remove italics from shelving location in the staff interface
Bug 40606: Remove italics from shelving location in the staff interface Bug 40606: Remove italics from shelving location in the staff interface |
Description
Caroline Cyr La Rose
2025-08-06 14:39:47 UTC
OK I think it's the permanent location that makes it have parentheses. I still think the location should not be in italics when it's in its own column. The italics was there to differentiate it from the branch name. Created attachment 185158 [details] [review] Bug 40606: Remove italics from shelving location in the staff interface This patch removes the italics formatting from the shelving location now that it is in its own column. The formatting was there to differentiate the shelving location from the branch name when they were in the same column. This is not necessary anymore. To test : 1. Go to a record with items which have a shelving location. --> The shelving location is in italics 2. Apply patch 3. `yarn build` 4. Refresh the page (Ctrl + F5) --> The shelving location is displayed normally I did a simple change, but I fear it might be too simple...? Nothing in Koha is that easy. Created attachment 185164 [details] [review] Bug 40606: Remove italics from shelving location in the staff interface This patch removes the italics formatting from the shelving location now that it is in its own column. The formatting was there to differentiate the shelving location from the branch name when they were in the same column. This is not necessary anymore. To test : 1. Go to a record with items which have a shelving location. --> The shelving location is in italics 2. Apply patch 3. `yarn build` 4. Refresh the page (Ctrl + F5) --> The shelving location is displayed normally Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 185436 [details] [review] Bug 40606: Remove italics from shelving location in the staff interface This patch removes the italics formatting from the shelving location now that it is in its own column. The formatting was there to differentiate the shelving location from the branch name when they were in the same column. This is not necessary anymore. To test : 1. Go to a record with items which have a shelving location. --> The shelving location is in italics 2. Apply patch 3. `yarn build` 4. Refresh the page (Ctrl + F5) --> The shelving location is displayed normally Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: David Nind <david@davidnind.com> Something I can QA! QA scripts are happy, works as expected. Nice work everyone! Pushed to main for 25.11 Nice work everyone! Pushed to 25.05.x |