Closed (fixed)
Project:
Views TimelineJS integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2015 at 12:53 UTC
Updated:
16 Jul 2016 at 02:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
lily.yan commentedThe style plugin sets default options values, in options_definition. Using $this->view->style_option['X'] it does not load the default values, when the view is not in the database. You have to use style_plugin->option['X']. Attached is patch to fix.
Comment #3
WorldFallz commentedI'm happy to make this change to fix the feature providing it doesn't adversely affect the non feature implementation. I just need to test it first. Unless some others can report it tests ok without the feature as well.
Comment #4
liam morlandComment #5
dcam commentedRerolled #2.
Comment #6
dcam commentedChecking to see if the problems will be solved with $this instead of the circularly-referential $this->view->style_plugin.
Comment #8
dcam commentedCommitted #6. Thanks @lily.yan!