I'm not entirely sure where this issue should go, because this is so closely tied to VBO. I'm guessing that VBO had some changes that break the views created by the admin_views module. I've tested a couple of things, (except a clean drupal install, which I'll do next), but even uninstalling both admin_views and VBO before updating VBO doesn't make a difference.

I continue to get a 404 error when visiting the views that admin_views is supposed to create. If I go in to edit the view, it makes some automated changes, and gives me an invalid style plugin, so I can't change the view, and I continue to get the 404. I notice that when I go to select another row style, Views Bulk Operations (I think that's what it's supposed to be) is no longer in that list. It's like the latest dev release of VBO doesn't include the style plugin.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bojanz’s picture

It's like the latest dev release of VBO doesn't include the style plugin.

Yes, it doesn't.
The administration views need to be updated for post-alpha1 VBO and its VBO-as-a-field approach.

safetypin’s picture

Is it possible to add the VBO functionality back in through the GUI (temporarily), or do we need to actually delve into the code. I'm not very familiar with Views code yet. I can't seem to find the VBO checkbox field.

bojanz’s picture

Just recreate the view, no coding required.
A VBO view is an ordinary view that has a "Bulk operations" field added (that displays the checkboxes). See http://nodeone.se/blogg/form-elements-in-views for a visual demo.

sun’s picture

Status: Active » Fixed

Recreated and committed the default views for VBO 3.x.

Status: Fixed » Closed (fixed)

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