When creating a view of taxonomy terms of type type using the Wizard I get three notice errors, the first is 'Notice: Undefined variable: table in ViewsUiBaseViewsWizard. I also get a message saying 'This view has been automatically updated to fix missing relationships. While this View should continue to work, you should verify that the automatic updates are correct and save this view.'
See the attached screenshot for an example.
The filter criteria for the vocabulary is not persisted on the Displays screen. I can add the filter again and save the view. However, when I try and add more fields, i'm then limited to 6 fields which are all taxonomy related. The taxonomy vocabulary I setup has an additional field and this is not shown.
| Comment | File | Size | Author |
|---|---|---|---|
| views-error.jpg | 153.9 KB | richard.french |
Comments
Comment #1
lonehorseend commentedI'm changing this to dev because it's still present.
Comment #2
TBarina commentedSame issue here.
Disabling Views data caching fix but is not accettable on large sites.
As a workaround I'm disabling data caching (froma Veiws->Setting->Advance) when i need to modify my View so that I can access all fields everywhere.
Then I set caching on again.
Does anybody knows if this may be considered a reasonable workaround and when a fix will be issued?
Thanks
Comment #3
jelo commentedI just ran into the same errors, only in my case I use the module Fieldable Panel Panes. When creating the view it asks to "Show: Content" or other entities which I switched to Fieldable Pane Entities. Then it asks for the bundle ("Type") which I selected. However, when hitting "Continue & Edit" the errors are thrown and the bundle filter is not in place. I can then manually set it though and everything seems to work. I assume that this issue is caused by FPP not correctly integrating with views, but maybe the Taxonomy issue stems from the same underlying issue. When I do not select any bundle filter during the first step to create the view, it works just fine and I can manually set the filter without any errors..
Issue posted against FFP at https://www.drupal.org/node/2504899
Comment #4
lolcode commentedSame issue here when creating a view of Message entities and when creating a view of Redhen Contacts or Organizations. I see the message below 3 times and the bundle filter is missing.
"Notice: Undefined variable: table in ViewsUiBaseViewsWizard->default_display_filters_user() (line 684 of ... /views/plugins/views_wizard/views_ui_base_views_wizard.class.php)."
Comment #5
riddhi.addweb commented