First, congratulations for your module which works well in general.
I had a case where all my views were created via the features module. In that case, the views had their "disabled" field set, but set to "FALSE". As a result, these views weren't displayed in the admin interface (admin/build/views/views_ui_basic), and so, they were not configurable with the basic ui.
I've fixed this issue with this small patch attached...
| Comment | File | Size | Author |
|---|---|---|---|
| views_ui_basic_disabled_views.patch | 424 bytes | kalis1 |
Comments
Comment #1
Jonah Ellison commentedThanks for the patch, it's been fixed in the 6.x-1.2 release.