In admin/structure/openlayers/layers/list/LAYER_NAME/edit/options, zoom_activity textarea does not show the values saved previously.

This is due to a little bug in the code

implode(PHP_EOL, $zoom_activity);

should be

$zoom_activity = implode(PHP_EOL, $zoom_activity);
CommentFileSizeAuthor
#2 2644568.patch623 bytesgabrimonfa
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gabrimonfa created an issue. See original summary.

gabrimonfa’s picture

FileSize
623 bytes
gabrimonfa’s picture

Status: Active » Needs review
m.stenta’s picture

Title: In Vector Layer option form, zoom_activity is not showed in edit » In Vector Layer option form, zoom_activity is not shown in edit
Status: Needs review » Reviewed & tested by the community

Looks good to me!

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 2: 2644568.patch, failed testing.

  • Pol committed c5c6e5a on 7.x-3.x authored by gabrimonfa
    Issue #2644568 by gabrimonfa: In Vector Layer option form, zoom_activity...
Pol’s picture

Status: Needs work » Fixed

Thanks!

Status: Fixed » Closed (fixed)

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