Closed (fixed)
Project:
Clientside Validation
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2013 at 08:40 UTC
Updated:
21 Nov 2013 at 12:43 UTC
Jump to comment: Most recent
Comments
Comment #1
attiks commentedAre you using jquery_update?
What theme are you using?
Is the view edit opened in an overlay?
Comment #2
jonloh commentedNo, we're not using any jquery_update
Since it's opening the Views in admin, it's using the Seven theme.
No, we do not use the Overlay module as well for the admin section.
It appears that the error is from the core's
jquery.js?v=1.4.4:33Comment #3
corentin.crouvisier commentedHi,
After the last update v7.x-1.38, a js error occurs on all edited views when I click any option link that calls for an ajax response.
Here a list of files loaded after the click and the error message:
Clientside validation files are loaded even if "admin/structure/views/view/*" is excluded in the configuration parameters.
If I disable the clientside_validation module, the view edition is working perfectly.
Comment #4
jpd4nt commentedHi.
We have also run into this issue with v7.x-1.38.
jquery_update - yes, jQuery 1.7.1
theme - bootstrap based
overlay - not using the overlay
Comment #5
jpd4nt commentedHi.
Just to add you need "admin/structure/views/*" excluded for views to work as the ajax forms urls are "admin/structure/views/ajax/display/*"
Comment #6
jelle_sAdded an install and update hook to add that path to the excluded paths by default. Committed to latest dev.