Closed (fixed)
Project:
Mapstraction
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 May 2010 at 11:36 UTC
Updated:
26 May 2010 at 17:06 UTC
Options array inside option_definition() method uses a pre-2 Views.module format.
In Views version 2 (and beyond) this means that options defaults are effectively skipped during options form constructions. In turn, this leads to (in)famous invalid argument to foreach.. during form display, because, for instance, to 'checkboxes' widget NULL is passed instead of empty array().
Hope the patch speaks for itself.
| Comment | File | Size | Author |
|---|---|---|---|
| 20100525-drupal-mapstraction-views-style-fix_option_definition.patch | 1.56 KB | esteewhy |
Comments
Comment #1
esteewhy commentedIncluded in #808134: Implement polyline rendering, row plugin, libraries.module support and other improvements