I've added a view feed, with KML as output, and it states I should be able to change settings, clicking the "Settigns" gives the spinning loader, then stops and no settings are loaded.

This is on latest Drupal base.

CommentFileSizeAuthor
#2 kml-view_settings-1387580-2.patch479 bytesjeffschuler

Comments

pandersb’s picture

Same issue.

Just commented out

line 84 (function options_form()) :
$field_names[$field] = array('' => '--');

in views_plugin_style_kml.inc and it works now.

jeffschuler’s picture

Version: 7.x-1.0-alpha1 » 7.x-1.x-dev
Status: Active » Fixed
StatusFileSize
new479 bytes

Weird. $field doesn't even exist yet. Not sure what that code was supposed to do, but it's not serving a purpose.
Committed to 7.x-1.x-dev.
Thanks pandersb!

jeffschuler’s picture

Version: 7.x-1.x-dev » 6.x-2.x-dev
Status: Fixed » Patch (to be ported)

port to D6

jeffschuler’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

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