I just enabled the module and got a white screen. Navigating to an admin page I have the following message:
Notice: Undefined index: view in draggableviews_contextual_links_view_alter() (line 168 of ../sites/all/modules/draggableviews/draggableviews.module).
Comments
Comment #1
rramhap commentedGot the same thing after updating from previous 7.x.2.x.dev release
Comment #2
trackleft commentedI got the same thing updating to 7.2.x.dev
Comment #3
trackleft commentedTry updating views module to the 7.3.3 that worked for me.
Comment #4
ygerasimov commentedTested with views 7.3. Don't see any problem. Hope problem can be solved with upgrade. Meanwhile I have added additional check that $element['#element']['#views_contextual_links_info']['views_ui']['view'] exists so this error won't appear again.