Closed (fixed)
Project:
Contextual Administration
Version:
7.x-1.0-rc2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
26 Sep 2011 at 14:44 UTC
Updated:
11 Nov 2011 at 18:40 UTC
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
Comment #1
eclipsegc commentedFixed as of: http://drupalcode.org/project/context_admin.git/commit/a61aaa8
Comment #2
eigentor commentedI 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"
Comment #3
eclipsegc commentedFound and fixed both of those bugs. Next dev release should be good for this stuff.
Comment #4
eigentor commentedI 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.