| Summary: | 'alt' and 'title' attributes of the item type image are not set when a hold is placed | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Hold requests | Assignee: | Bugs List <koha-bugs> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | gmcharlt, tomascohen |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | 19940 | ||
| Bug Blocks: | |||
| Attachments: | Bug 19940: Koha::Biblio - Remove GetBiblioItemInfosOf | ||
Created attachment 70380 [details] [review] Bug 19940: Koha::Biblio - Remove GetBiblioItemInfosOf This subroutine is only used once and can be replaced easily with a Koha::Biblioitems->search call Test plan: Test this on top of bug 19941 and confirm that the correct item types are displayed Jonathan, it seems to me that you submitted the patch for bug 19440 here, and forgot about this specific bug you were trying to fix. (In reply to Tomás Cohen Arazi from comment #2) > Jonathan, it seems to me that you submitted the patch for bug 19440 here, > and forgot about this specific bug you were trying to fix. Sounds like I lost that patch, or never wrote it! |
From reserve/request.tt: - <img src="[% biblioloo.imageurl %]" alt="[% biblioloo.itypename %]" title="[% biblioloo.itypename %]" /> But this itypename is never set. From the controller: $biblioloopiter{description} = $biblioitem->{description}; $biblioloopiter{itypename} = $biblioitem->{description}; $biblioitem comes from GetBiblioItemInfosOf which does not retrieve "description"