Closed (fixed)
Project:
Clientside Validation
Version:
7.x-1.x-dev
Component:
IFE
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2012 at 12:00 UTC
Updated:
30 Nov 2012 at 15:20 UTC
When I edit a view I sometimes get redirected to an AJAX-url (with JSON output). Also sometimes collapsible fieldsets don't open up. The problems disappear when I disable clientside_validation_ife.
An example to trigger this:
To test this I'm using a minimal installation profile that just pulls in views_ui (3.5) and clientside_validation_ife (1.34). Here is the list of enabled modules:
Package Name Type Version
Chaos tool suite Chaos tools (ctools) Module 7.x-1.2
Clientside Validation Clientside Validation (clientside_validation) Module 7.x-1.34
Clientside Validation Clientside Validation IFE (clientside_validation_ife) Module 7.x-1.34
Core Field (field) Module 7.15
Core Field SQL storage (field_sql_storage) Module 7.15
Core Filter (filter) Module 7.15
Core Node (node) Module 7.15
Core System (system) Module 7.15
Core Text (text) Module 7.15
Core Update manager (update) Module 7.15
Core User (user) Module 7.15
User interface Inline Form Errors (ife) Module 7.x-1.0-beta2
Views Views (views) Module 7.x-3.5
Views Views UI (views_ui) Module 7.x-3.5
Core Bartik (bartik) Theme 7.15
Comments
Comment #1
attiks commentedat admin/config/validation/clientside_validation/general you can exclude paths, should solve your problem
Comment #2
attiks commentedComment #3
attiks commentedComment #4
torotil commentedI don't want to be impolite, but you're basically saying that IFE is designed to break views_ui. At least in its default configuration …
An easy fix would be to blacklist admin/structure/views/view/* in the default configuration.
Comment #5
jelle_sFixed in latest dev following the suggestion in #4.