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: | Signed Off --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | ||
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: | ||
Version(s) released in: | 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 |
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> |