After enabling view quiz_results, and when I click on Data export tab, it show me empty tab. Root cause is Data export module is not installed. Quiz module should contains dependencies for views_data_export module.

Also, I've got notice on some other part of site (for example, on Feature diff tab).

Notice: Undefined index: views_data_export in views_plugin_list() (line 277 of /home/sitename/public_html/sites/all/modules/contrib/views/views.module).
Notice: Undefined index: views_data_export in views_plugin_list() (line 278 of /home/sitename/public_html/sites/all/modules/contrib/views/views.module).
Notice: Undefined index: views_data_export_csv in views_plugin_list() (line 277 of /home/sitename/public_html/sites/all/modules/contrib/views/views.module).
Notice: Undefined index: views_data_export_csv in views_plugin_list() (line 278 of /home/sitename/public_html/sites/all/modules/contrib/views/views.module).

So, quiz_results is not valid without views_data_export. Easiest solution is to put

dependencies[] = views_data_export

into info file.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sakiland created an issue. See original summary.

sakiland’s picture

Status: Active » Needs review
FileSize
352 bytes

Here's patch.

Status: Needs review » Needs work

The last submitted patch, 2: quiz_views_data_export_dependencies-2910406-2.patch, failed testing. View results