Active
Project:
Views Dataviz with Google Charts API
Version:
7.x-1.0-alpha3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
17 Jun 2012 at 18:01 UTC
Updated:
19 Nov 2014 at 15:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dgastudio commentedfix
views_dataviz_plugin_display_extender_dataviz_bigtext.inc
-- if ($this->display->options['dataviz_load_bigtext']) {
++ if (isset($this->display->options['dataviz_load_bigtext'])) {
Comment #2
jurriaanroelofs commentedComment #3
facine commentedif (isset($this->display->options['dataviz_load_bigtext']) && $this->display->options['dataviz_load_bigtext'])
Comment #4
summit commentedHi,
Fix #3 working!
Please commit. Thanks!
Greetings, Martijn
Comment #5
msimanga commentedFix #3 confirmed to be working.
Comment #6
jurriaanroelofs commentedCommitted to dev branch.
Comment #7
jurriaanroelofs commentedComment #8
socialnicheguru commenteddev version is not posted. will you update the project page or should we grab from git?
Comment #9
drupov commentedYes, using the git version kind of seems strange, as the module feels pretty stable in use.
Can we have an update here please? Thanks!
Comment #10
jurriaanroelofs commentedI forgot to publish a release node for the dev version, I just did so I assume a dev package will roll out soon.
Comment #11
ousjah commentedFix #3 working perfectly well!
Thanks facine !!!
Comment #12
hasjalil commentedFix #3 Kervi
working perfectly Thanks !!!
Comment #13
hasjalil commentedworking perfectly thanks Kervi
Comment #14
mastoll commentedI 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.