Bug 12773 - Branch transfer limits show codes instead of descriptions (item types/collections)
Summary: Branch transfer limits show codes instead of descriptions (item types/collect...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-15 13:51 UTC by Katrin Fischer
Modified: 2023-07-26 14:11 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2014-08-15 13:51:04 UTC
The tabs on the branch transfer limit page show the codes instead of the descriptions for item types or collection codes.
Comment 1 Owen Leonard 2014-08-20 17:11:54 UTC
If I consider making this change with my library's collection codes the tabs would become unreasonably long. It's already a little strange, the tabs wrapping onto multiple lines.

I don't know how common that is among libraries. I'm inclined to say that anyone who is administering Koha should know what all the collection codes mean anyway. Perhaps we could add a title attribute to the tabs which shows the ccode description?
Comment 2 Katrin Fischer 2014-09-14 19:54:02 UTC
Hm, I think you are right that it will make the page less readable if we switch to using the descriptions. My impression was that we aim to always use the description and leave the codes to the database, maybe we could say that administration is excluded here.
Comment 3 Katrin Fischer 2023-07-15 20:56:12 UTC
Maybe we could add the full descriptions as a title/tooltip?
Comment 4 Owen Leonard 2023-07-26 14:11:11 UTC
(In reply to Katrin Fischer from comment #3)
> Maybe we could add the full descriptions as a title/tooltip?

I think this is a good idea but I'm not sure how to get the right data to the template. Right now all there is to work with is code, and I'm assuming that it would be more efficient to fetch the descriptions in the script.

Correct me if I'm wrong and I'll use the template plugin.