When a live preview of a Data Export display is generated, I get the following error:
Notice: Undefined index: options in get_plugin() (line 870 of /Users/gmagini/Sites/adelefadoshop/sites/all/modules/views/plugins/views_plugin_display.inc).
Views (I'm using version 3.5) assumes that the pager plugin has some options, but the preview code doesn't set any:
$this->set_option('pager', array('type' => 'some'));
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views-preview-notice-1848752-1.patch | 864 bytes | peterpoe |
Comments
Comment #1
peterpoe commentedPatch
Comment #2
kyleoliveira commentedI'm getting the same error with 7.x-3.0-beta6. Does this patch solve the problem? If so, is it going to be added any time soon?
Update:
I'm getting the same problem with 7.x-3.0-beta6+25-dev, so I'm guessing it hasn't been committed to dev, at least.
Comment #3
steven jones commented#1: views-preview-notice-1848752-1.patch queued for re-testing.
Comment #5
steven jones commentedThis is fixed in the 7.x-3.x codebase.