appears in every view.

i have to set Load Dataviz BigText to YES to solve it.

CommentFileSizeAuthor
#3 1643568-views_dataviz.patch790 bytesfacine
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dgastudio’s picture

fix
views_dataviz_plugin_display_extender_dataviz_bigtext.inc

-- if ($this->display->options['dataviz_load_bigtext']) {
++ if (isset($this->display->options['dataviz_load_bigtext'])) {

JurriaanRoelofs’s picture

Assigned: Unassigned » JurriaanRoelofs
facine’s picture

FileSize
790 bytes

if (isset($this->display->options['dataviz_load_bigtext']) && $this->display->options['dataviz_load_bigtext'])

Summit’s picture

Status: Active » Reviewed & tested by the community

Hi,

Fix #3 working!
Please commit. Thanks!
Greetings, Martijn

msimanga’s picture

Fix #3 confirmed to be working.

JurriaanRoelofs’s picture

Committed to dev branch.

JurriaanRoelofs’s picture

Status: Reviewed & tested by the community » Closed (fixed)
SocialNicheGuru’s picture

Status: Closed (fixed) » Active

dev version is not posted. will you update the project page or should we grab from git?

drupov’s picture

Priority: Normal » Major

Yes, using the git version kind of seems strange, as the module feels pretty stable in use.

Can we have an update here please? Thanks!

JurriaanRoelofs’s picture

I forgot to publish a release node for the dev version, I just did so I assume a dev package will roll out soon.

ousjah’s picture

Fix #3 working perfectly well!
Thanks facine !!!

hasjalil’s picture

Issue summary: View changes

Fix #3 Kervi
working perfectly Thanks !!!

hasjalil’s picture

working perfectly thanks Kervi

mastoll’s picture

I have the alpha3 version installed and have checked/verified that this patch is in place.
Still receiving this error:
Notice: Undefined index: dataviz_load_bigtext in views_dataviz_plugin_display_extender_dataviz_bigtext->options_submit() (line 44

edit: I do NOT have the dev version; I have patched the alpha3 version; error persists.
When reverting to dev version, this error still persists and other problems as well.