Creating "Views Administration"-Context's does not work anymore, because VBO changed the way it is working!

Check this out:
http://drupal.org/node/1182540#comment-4575324

After creating a Admin-Context as a "Views Administration", it results in an empty page. After checking the views module, I found out, that the generated view has no style plugin :(

Can u pls fix this? Context_Admin is a really awesome module and i dont want to miss it in my new projects!

greetings

Ps.: Workaround's are also welcome :P

Comments

eclipsegc’s picture

Assigned: Unassigned » eclipsegc
Status: Active » Fixed
eigentor’s picture

I had the same error, and it works now with the latest Dev.
Still it is throwing an error on the view:

Notice: Undefined offset: 0 in views_handler_filter_in_operator->admin_summary() (line 319 of /var/www/clients/client26/site289/docroot/sites/all/modules/contrib/views/handlers/views_handler_filter_in_operator.inc).

It is also throwing an error on the page manager, when I go to "Content Setting"

    Notice: Undefined index: image in context_admin_vbo_views_bulk_menu_content_form() (line 32 of /var/www/clients/client26/site289/docroot/sites/all/modules/contrib/context_admin/contrib/context_admin_vbo/plugins/context_admin/views_bulk_menu.inc).
    Notice: Undefined index: in context_admin_vbo_views_bulk_menu_content_form() (line 32 of /var/www/clients/client26/site289/docroot/sites/all/modules/contrib/context_admin/contrib/context_admin_vbo/plugins/context_admin/views_bulk_menu.inc).
eclipsegc’s picture

Found and fixed both of those bugs. Next dev release should be good for this stuff.

eigentor’s picture

I can confirm the newesd dev version makes the views error go away. I could not even repreduce the page manager error anymore. So it is all good from here now.

Status: Fixed » Closed (fixed)

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