Closed (fixed)
Project:
Media Gallery
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2011 at 20:17 UTC
Updated:
7 Jul 2011 at 22:31 UTC
Re-ordering on any page of a gallery will reorder all pages in the same manipulation. This is because the indexes are based on the field delta which is always 0 to the page limit. This patch uses the column and row info to calculate the offset for the reordering so only the intended media is resorted.
| Comment | File | Size | Author |
|---|---|---|---|
| 0001-Fixed-the-media-gallery-reordering-so-that-it-doesn-.patch | 2.72 KB | james.elliott |
Comments
Comment #1
effulgentsia commentedThanks. Committed. But from my testing and look at the old code, the original bug was slightly incorrectly stated, so changing issue title to the actual bug fixed.