Skip to content
Snippets Groups Projects
Commit 907b673d authored by podarok's avatar podarok Committed by http://druler.com
Browse files

Issue #1938006 by johnv, podarok: Link to macro page in GMap style plugin.

parent c947a6d8
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,9 @@ class GmapViewsTestCase extends DrupalWebTestCase { ...@@ -47,6 +47,9 @@ class GmapViewsTestCase extends DrupalWebTestCase {
$this->drupalPost('admin/structure/views/view/gmap_test_places/edit/page', $edit, t('Save')); $this->drupalPost('admin/structure/views/view/gmap_test_places/edit/page', $edit, t('Save'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/page/style_plugin', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/page/style_plugin', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/page/style_options', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/page/style_options', $edit, t('Apply'));
$this->drupalGet('admin/structure/views/nojs/display/gmap_test_places/page/style_options');
$this->assertText(t('Enter a macro. If left unchanged, it takes the default settings from'));
$this->assertRaw('<a href="/admin/config/services/gmap">/admin/config/services/gmap</a>');
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/page/relationship/field_mylocation_target_id', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/page/relationship/field_mylocation_target_id', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/page/field/latitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/page/field/latitude', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/page/field/longitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/page/field/longitude', $edit, t('Apply'));
...@@ -69,6 +72,9 @@ class GmapViewsTestCase extends DrupalWebTestCase { ...@@ -69,6 +72,9 @@ class GmapViewsTestCase extends DrupalWebTestCase {
$this->drupalPost('admin/structure/views/view/gmap_test_places/edit/block_geofield', $edit, t('Save')); $this->drupalPost('admin/structure/views/view/gmap_test_places/edit/block_geofield', $edit, t('Save'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_geofield/style_plugin', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_geofield/style_plugin', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_geofield/style_options', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_geofield/style_options', $edit, t('Apply'));
$this->drupalGet('admin/structure/views/nojs/display/gmap_test_places/block_geofield/style_options');
$this->assertText(t('Enter a macro. If left unchanged, it takes the default settings from'));
$this->assertRaw('<a href="/admin/config/services/gmap">/admin/config/services/gmap</a>');
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_geofield/relationship/field_mylocation_target_id', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_geofield/relationship/field_mylocation_target_id', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_geofield/field/latitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_geofield/field/latitude', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_geofield/field/longitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_geofield/field/longitude', $edit, t('Apply'));
...@@ -81,6 +87,9 @@ class GmapViewsTestCase extends DrupalWebTestCase { ...@@ -81,6 +87,9 @@ class GmapViewsTestCase extends DrupalWebTestCase {
$this->drupalPost('admin/structure/views/view/gmap_test_places/edit/block_location', $edit, t('Save')); $this->drupalPost('admin/structure/views/view/gmap_test_places/edit/block_location', $edit, t('Save'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_location/style_plugin', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_location/style_plugin', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_location/style_options', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_location/style_options', $edit, t('Apply'));
$this->drupalGet('admin/structure/views/nojs/display/gmap_test_places/block_location/style_options');
$this->assertText(t('Enter a macro. If left unchanged, it takes the default settings from'));
$this->assertRaw('<a href="/admin/config/services/gmap">/admin/config/services/gmap</a>');
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_location/relationship/field_mylocation_target_id', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_location/relationship/field_mylocation_target_id', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_location/field/latitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_location/field/latitude', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_location/field/longitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_location/field/longitude', $edit, t('Apply'));
...@@ -93,6 +102,9 @@ class GmapViewsTestCase extends DrupalWebTestCase { ...@@ -93,6 +102,9 @@ class GmapViewsTestCase extends DrupalWebTestCase {
$this->drupalPost('admin/structure/views/view/gmap_test_places/edit/block_field', $edit, t('Save')); $this->drupalPost('admin/structure/views/view/gmap_test_places/edit/block_field', $edit, t('Save'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_field/style_plugin', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_field/style_plugin', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_field/style_options', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_field/style_options', $edit, t('Apply'));
$this->drupalGet('admin/structure/views/nojs/display/gmap_test_places/block_field/style_options');
$this->assertText(t('Enter a macro. If left unchanged, it takes the default settings from'));
$this->assertRaw('<a href="/admin/config/services/gmap">/admin/config/services/gmap</a>');
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_field/relationship/field_mylocation_target_id', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_field/relationship/field_mylocation_target_id', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_field/field/latitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_field/field/latitude', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_field/field/longitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_field/field/longitude', $edit, t('Apply'));
...@@ -105,6 +117,9 @@ class GmapViewsTestCase extends DrupalWebTestCase { ...@@ -105,6 +117,9 @@ class GmapViewsTestCase extends DrupalWebTestCase {
$this->drupalPost('admin/structure/views/view/gmap_test_places/edit/block_2', $edit, t('Save')); $this->drupalPost('admin/structure/views/view/gmap_test_places/edit/block_2', $edit, t('Save'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_2/style_plugin', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_2/style_plugin', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_2/style_options', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_2/style_options', $edit, t('Apply'));
$this->drupalGet('admin/structure/views/nojs/display/gmap_test_places/block_2/style_options');
$this->assertText(t('Enter a macro. If left unchanged, it takes the default settings from'));
$this->assertRaw('<a href="/admin/config/services/gmap">/admin/config/services/gmap</a>');
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_2/relationship/field_mylocation_target_id', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_2/relationship/field_mylocation_target_id', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_2/field/latitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_2/field/latitude', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_2/field/longitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_2/field/longitude', $edit, t('Apply'));
...@@ -117,6 +132,9 @@ class GmapViewsTestCase extends DrupalWebTestCase { ...@@ -117,6 +132,9 @@ class GmapViewsTestCase extends DrupalWebTestCase {
$this->drupalPost('admin/structure/views/view/gmap_test_places/edit/block_3', $edit, t('Save')); $this->drupalPost('admin/structure/views/view/gmap_test_places/edit/block_3', $edit, t('Save'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_3/style_plugin', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_3/style_plugin', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_3/style_options', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_places/block_3/style_options', $edit, t('Apply'));
$this->drupalGet('admin/structure/views/nojs/display/gmap_test_places/block_3/style_options');
$this->assertText(t('Enter a macro. If left unchanged, it takes the default settings from'));
$this->assertRaw('<a href="/admin/config/services/gmap">/admin/config/services/gmap</a>');
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_3/relationship/field_mylocation_target_id', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_3/relationship/field_mylocation_target_id', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_3/field/latitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_3/field/latitude', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_3/field/longitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_places/block_3/field/longitude', $edit, t('Apply'));
......
...@@ -58,6 +58,9 @@ class GmapViewsExtendedTestCase extends DrupalWebTestCase { ...@@ -58,6 +58,9 @@ class GmapViewsExtendedTestCase extends DrupalWebTestCase {
$this->drupalPost('admin/structure/views/view/gmap_test_extended_places/edit/page', $edit, t('Save')); $this->drupalPost('admin/structure/views/view/gmap_test_extended_places/edit/page', $edit, t('Save'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/page/style_plugin', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/page/style_plugin', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/page/style_options', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/page/style_options', $edit, t('Apply'));
$this->drupalGet('admin/structure/views/nojs/display/gmap_test_extended_places/page/style_options');
$this->assertText(t('Enter a macro. If left unchanged, it takes the default settings from'));
$this->assertRaw('<a href="/admin/config/services/gmap">/admin/config/services/gmap</a>');
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/page/relationship/field_mylocation_target_id', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/page/relationship/field_mylocation_target_id', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/page/field/latitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/page/field/latitude', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/page/field/longitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/page/field/longitude', $edit, t('Apply'));
...@@ -80,6 +83,9 @@ class GmapViewsExtendedTestCase extends DrupalWebTestCase { ...@@ -80,6 +83,9 @@ class GmapViewsExtendedTestCase extends DrupalWebTestCase {
$this->drupalPost('admin/structure/views/view/gmap_test_extended_places/edit/block_geofield', $edit, t('Save')); $this->drupalPost('admin/structure/views/view/gmap_test_extended_places/edit/block_geofield', $edit, t('Save'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_geofield/style_plugin', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_geofield/style_plugin', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_geofield/style_options', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_geofield/style_options', $edit, t('Apply'));
$this->drupalGet('admin/structure/views/nojs/display/gmap_test_extended_places/block_geofield/style_options');
$this->assertText(t('Enter a macro. If left unchanged, it takes the default settings from'));
$this->assertRaw('<a href="/admin/config/services/gmap">/admin/config/services/gmap</a>');
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_geofield/relationship/field_mylocation_target_id', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_geofield/relationship/field_mylocation_target_id', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_geofield/field/latitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_geofield/field/latitude', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_geofield/field/longitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_geofield/field/longitude', $edit, t('Apply'));
...@@ -92,6 +98,9 @@ class GmapViewsExtendedTestCase extends DrupalWebTestCase { ...@@ -92,6 +98,9 @@ class GmapViewsExtendedTestCase extends DrupalWebTestCase {
$this->drupalPost('admin/structure/views/view/gmap_test_extended_places/edit/block_location', $edit, t('Save')); $this->drupalPost('admin/structure/views/view/gmap_test_extended_places/edit/block_location', $edit, t('Save'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_location/style_plugin', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_location/style_plugin', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_location/style_options', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_location/style_options', $edit, t('Apply'));
$this->drupalGet('admin/structure/views/nojs/display/gmap_test_extended_places/block_location/style_options');
$this->assertText(t('Enter a macro. If left unchanged, it takes the default settings from'));
$this->assertRaw('<a href="/admin/config/services/gmap">/admin/config/services/gmap</a>');
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_location/relationship/field_mylocation_target_id', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_location/relationship/field_mylocation_target_id', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_location/field/latitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_location/field/latitude', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_location/field/longitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_location/field/longitude', $edit, t('Apply'));
...@@ -104,6 +113,9 @@ class GmapViewsExtendedTestCase extends DrupalWebTestCase { ...@@ -104,6 +113,9 @@ class GmapViewsExtendedTestCase extends DrupalWebTestCase {
$this->drupalPost('admin/structure/views/view/gmap_test_extended_places/edit/block_field', $edit, t('Save')); $this->drupalPost('admin/structure/views/view/gmap_test_extended_places/edit/block_field', $edit, t('Save'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_field/style_plugin', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_field/style_plugin', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_field/style_options', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_field/style_options', $edit, t('Apply'));
$this->drupalGet('admin/structure/views/nojs/display/gmap_test_extended_places/block_field/style_options');
$this->assertText(t('Enter a macro. If left unchanged, it takes the default settings from'));
$this->assertRaw('<a href="/admin/config/services/gmap">/admin/config/services/gmap</a>');
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_field/relationship/field_mylocation_target_id', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_field/relationship/field_mylocation_target_id', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_field/field/latitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_field/field/latitude', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_field/field/longitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_field/field/longitude', $edit, t('Apply'));
...@@ -116,6 +128,9 @@ class GmapViewsExtendedTestCase extends DrupalWebTestCase { ...@@ -116,6 +128,9 @@ class GmapViewsExtendedTestCase extends DrupalWebTestCase {
$this->drupalPost('admin/structure/views/view/gmap_test_extended_places/edit/block_2', $edit, t('Save')); $this->drupalPost('admin/structure/views/view/gmap_test_extended_places/edit/block_2', $edit, t('Save'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_2/style_plugin', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_2/style_plugin', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_2/style_options', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_2/style_options', $edit, t('Apply'));
$this->drupalGet('admin/structure/views/nojs/display/gmap_test_extended_places/block_2/style_options');
$this->assertText(t('Enter a macro. If left unchanged, it takes the default settings from'));
$this->assertRaw('<a href="/admin/config/services/gmap">/admin/config/services/gmap</a>');
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_2/relationship/field_mylocation_target_id', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_2/relationship/field_mylocation_target_id', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_2/field/latitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_2/field/latitude', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_2/field/longitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_2/field/longitude', $edit, t('Apply'));
...@@ -128,6 +143,9 @@ class GmapViewsExtendedTestCase extends DrupalWebTestCase { ...@@ -128,6 +143,9 @@ class GmapViewsExtendedTestCase extends DrupalWebTestCase {
$this->drupalPost('admin/structure/views/view/gmap_test_extended_places/edit/block_3', $edit, t('Save')); $this->drupalPost('admin/structure/views/view/gmap_test_extended_places/edit/block_3', $edit, t('Save'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_3/style_plugin', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_3/style_plugin', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_3/style_options', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/display/gmap_test_extended_places/block_3/style_options', $edit, t('Apply'));
$this->drupalGet('admin/structure/views/nojs/display/gmap_test_extended_places/block_3/style_options');
$this->assertText(t('Enter a macro. If left unchanged, it takes the default settings from'));
$this->assertRaw('<a href="/admin/config/services/gmap">/admin/config/services/gmap</a>');
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_3/relationship/field_mylocation_target_id', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_3/relationship/field_mylocation_target_id', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_3/field/latitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_3/field/latitude', $edit, t('Apply'));
$this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_3/field/longitude', $edit, t('Apply')); $this->drupalPost('admin/structure/views/nojs/config-item/gmap_test_extended_places/block_3/field/longitude', $edit, t('Apply'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment