Closed (fixed)
Project:
Media Gallery
Version:
7.x-1.0-beta7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2011 at 14:10 UTC
Updated:
13 Jul 2012 at 05:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
b_ruben commentedComment #2
moloc commentedAfter drag & drop rearranging the galleries, the state should be saved. Instead of saving, a JavaScript error is generated:
deparam is defined in the bbq library of jquery, which is loaded in the gallery view (to sort the media), but not in the collection view (to sort the galleries). Adding the missing library solves this issue.
Comment #3
b-netix commentedhow can i add this patch? In witch file/line?
Comment #4
myke commentedUnder this line (currently line 17):
drupal_add_library('system', 'ui.sortable');
Add this line:
drupal_add_library('system', 'jquery.bbq');
And it'll work perfectly. Now we just need a way to move galleries to other pages!
-Myke
Comment #5
elgandoz commentedSame here, but my error was:
Uncaught TypeError: Cannot call method 'querystring' of undefined.The fix above works perfectly.
Thank you
PS: Why the hell it's not included? In the previous versions that was ok...
Comment #6
scorchio commentedObvious fix working perfectly. It would be nice to get this commited as soon as possible.
Comment #7
lsolesen commented