Reviewed & tested by the community
Project:
Mupload
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2011 at 18:58 UTC
Updated:
16 May 2013 at 12:25 UTC
Jump to comment: Most recent file
When I use the mupload widget I can not use the row weights to reorder the images. I rearrange the images and click save and they all go back to the original order.
When I switch the widget back to image, I can rearrange the images and save and they keep their order.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | file-weight-sorting-1182760-5.patch | 2.16 KB | mavimo |
| #2 | mupload.module.patch | 1.45 KB | Gman |
Comments
Comment #1
michèle commentedi have the same problem...
it seems that the "delta" field is not updated after saving a resorted node.
Comment #2
Gman commentedI have attached a patch that includes the delta processing. Seems that not all of the file.field.inc ...field_widget_process_multiple function was used. I have included the rest of the processing.
I haven't noticed any new issues popping up.
Comment #3
fedik commentedalso plus patch from #2 my fix for
it add new files in to end of a files list
in function mupload_managed_file_save_upload
Comment #4
sachbearbeiter commentedsubscribe
Comment #5
mavimo commentedPatch with #2 and#3
Comment #6
robertom commentedComment #7
hydra commentedThe patch looks good to me! Thanks
Comment #8
rv0 commentedThanks for the patches, #5 saved my day ;)