Bug 29624

Summary: ITEMTYPECAT Icons
Product: Koha Reporter: Eliana <eliana>
Component: System AdministrationAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt
Version: 21.05   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Eliana 2021-12-02 19:41:29 UTC
We can set custom itype icons for Administration > Item Types but not for Administration > Authorized Values > ITEMTYPECAT. This means that some of the itype icons that display in the search results differ from the icons that show up in our advanced search. We use JS to fix this, but it would be nice if it was a built-in option.
Comment 1 Katrin Fischer 2021-12-06 00:05:50 UTC
Hi Eliana, do you use the "remote icon" option? I think then this would be bug 7374. 

IIRC it works if you add the path to the database table directly, it just doesn't work correctly for setting it from the GUI. But we should fix this properly.

*** This bug has been marked as a duplicate of bug 7374 ***
Comment 2 Eliana 2021-12-06 15:34:34 UTC
(In reply to Katrin Fischer from comment #1)
> Hi Eliana, do you use the "remote icon" option? I think then this would be
> bug 7374. 
> 
> IIRC it works if you add the path to the database table directly, it just
> doesn't work correctly for setting it from the GUI. But we should fix this
> properly.
> 
> *** This bug has been marked as a duplicate of bug 7374 ***

Whoops, yep. I didn't see that bug, but this is the same problem I was describing. Thank you for the tip!