Ticket #489 (closed defect: fixed)
Slideshow selection is duplicated when choosing images for slideshow slot
| Reported by: | spike | Owned by: | tboutell |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5 |
| Component: | apostrophePlugin | Version: | trunk |
| Keywords: | cropping, media | Cc: | tboutell, geoffd, jake, agilbert |
| Symfony version: | 1.4 |
Description
When you click "Choose Images" on a slideshow slot, the list of selected media items shows each item twice. I.e, if there are mediaItems 6 and 7 assigned to a particular slot, when choosing images, the multiplePreview list shows items 6, 7, 6, 7.
It turns out it's due to the foreach block at line 34 of BaseaSlideshowSlotComponents?.class.php; the $this->itemIds is populated twice.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


