Juanjo García
Juanjo García
@ollietb Is this bundle maintained or abandoned?
@ollietb Thank you very much for answering But I do not understand the structure, since packiagist installs the fork of this bundle, and the versions do not match. Sorry if...
[https://github.com/ollieLtd/OhGoogleMapFormTypeBundle/pull/17](https://github.com/ollieLtd/OhGoogleMapFormTypeBundle/pull/17)
Any idea to trigger this code on click tab in sonataadmin?
Hi, this is my LocationsAdmin.php config ``` ->add('latLng', 'oh_google_maps', array( 'lat_options' => array( 'label' => 'Latitud', 'required' => false ), // the options for just the lat field 'lng_options' =>...
Hi again, this "solution" works ok, ``` ->add('latLng', 'oh_google_maps', array( 'lat_options' => array( 'label' => 'Latitud', 'required' => false, 'data' => 0 ), // the options for just the lat...
same problem in my Android phone, any idea to solve it? thanks
I have similar problem like @krispind. At first I'm "Not sure if your sidebar or your main content is taller". If at first **main content is taller**, the content sticky...
This is my workaround in my own code ```javascript $(".links-to-floor li").click(function (event, index) { // here your check if need redefine "queued" if(...){ ascensorInstance.options.queued = "y"; } else { ascensorInstance.options.queued...