The default value of the feature types in the OL CCK module was wrong, meaning your custom settings weren't remembered. This patch fixes that.

CommentFileSizeAuthor
openlayers_cck-feature_types.patch696 bytesBWPanda
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

zzolo’s picture

Status: Needs review » Fixed
BWPanda’s picture

No problem :)
Will there be a new stable release with all these patches?

zzolo’s picture

Well, nothing is "stable" yet, but it depends on what gets done. We want to fix the majority of existing bugs before going to another beta or release candidate, but there is no schedule. Maybe by early next week. No major API changes or data structure changes shoudl happen, so you should be fine going to the dev version, then to the beta when it is released.

BWPanda’s picture

Great, thanks!

zzolo’s picture

Title: Wrong default for feature types » Wrong default for feature types (Backport to 1.x)
Status: Fixed » Active

When merging the fork, I came across a bug in this patch when creating a new field. Apparently, isset() is not good enough, as it is set by default, so I changed to is_array(). Need to backport to 1.x

It is included with this large commit, sorry: http://drupal.org/cvs?commit=268174

phayes’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.