When setting up a new view, Views javascript crashes sometimes when TimelineJS style settings are incomplete and being saved. Workaround is to not use javascript in Views UI or to set all settings before saving the TimelineJS style settings.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | views_timelinejs-requiredmapping-1795784-3.patch | 12.94 KB | fluxsauce |
Comments
Comment #1
fluxsauce commentedConfirmed; this is due to the plugin expecting rows to have content. If the rows do not contain the minimum needed data for the plugin to function, the plugin should render nothing rather than triggering a fatal error.
Comment #2
fluxsauce commentedSteps to replicate using http://drupal.org/files/1855590_make.txt
Comment #3
fluxsauce commentedThis patch:
Comment #4
fluxsauce commentedHad to re-roll after #1866752: Drupal Code Sniffer - coding standards; cleaned up and committed.