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:

  1. Go to the edit page of the predefined archive view ( /admin/structure/views/view/archive/edit )
  2. Click "Show: Content"
  3. Select "Fields"
  4. Click on "Apply"
  5. You're redirected to /admin/structure/views/ajax/display/archive/page/row_plugin

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

attiks’s picture

Priority: Major » Normal

at admin/config/validation/clientside_validation/general you can exclude paths, should solve your problem

attiks’s picture

Version: 7.x-1.34 » 7.x-1.x-dev
Assigned: Unassigned » Jelle_S
attiks’s picture

Assigned: Jelle_S » Unassigned
Status: Active » Closed (works as designed)
torotil’s picture

Status: Closed (works as designed) » Needs work

I 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.

Jelle_S’s picture

Status: Needs work » Fixed

Fixed in latest dev following the suggestion in #4.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.