Closed (fixed)
Project:
Simple Google Maps
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2017 at 06:11 UTC
Updated:
19 Jun 2017 at 16:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
gdelver@xs4all.nl commentedSame problem here... Did work in a previous version. Need a fix for that please...
Thanks, Guido
Comment #3
martin107 commentedJust digging up a discussion
https://www.drupal.org/node/2624838
#5 and #6 to me are the relevant comments
It looks like we have accidently backtracked on something previously agreed.
From #6
Just trying to be helpful current work around is to revert to 8.x-1.3
and I am linking to the issue that broke things.
Comment #4
jhodgdonThe schema does indeed need to be changed. Good catch! Let's get a patch...
Comment #5
jhodgdonComment #6
jhodgdonThese two settings should be 'string' (not-translatable text) rather than 'integer'. Here is a patch... needs review/test.
Things to test:
a) Works in an existing 8.x site that had the latest code installed (allows you to now save iframe width/height with % in it) without the need for an update function. I don't think we need one, because Drupal should just pick up the new schema. Hopefully.
b) Works in a new installation of 8.x.
See #2543032: Steps to manually test the module. for testing steps.
Comment #7
mvogel commentedI tested the patch.
a) works for me on my current site with Drupal 8.3.2, no need for an update function.
b) I tested it with a new installation on simplytest.me with Drupal 8.3.2 without any problems. Percent values are allowed to save now.
thanks for the quick patch
Comment #8
pepegarciag commentedTested the patch on a existing Drupal 8.3.2 installation and it works fine.
Comment #9
jhodgdonThanks for the testing!
Comment #10
joelstein commentedWorks great! Thanks for the patch.
Comment #12
martin107 commentedThank you everyone.