Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2011 at 13:36 UTC
Updated:
6 Sep 2011 at 13:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
merlinofchaos commented$form_state['js settings'] is no longer needed in D7, but probably hasn't been fully removed in the port.
Comment #2
neoglez commentedMaybe this should not reference a file in particular? or is OK so to work (& commit) in a more modular way?
Comment #3
merlinofchaos commentedjs_settings was used in D6 but the D7 ajax framework actually doesn't need it because drupal_add_js works across AJAX requests. It was a hack. It should be completely removed from D7.
Comment #4
jonhattanOther occurences of "js settings"
Comment #5
David Hernández commentedHi there,
Here is a patch removing all the js settings on all the files.
Regards,
David.
Comment #6
neoglez commentedSeems fine to me.
Comment #7
dawehnerThanks for writing the patch.
Commited to 7.x-3.x