Page 2 of 4

Cascading dropdowns and Google maps

Posted: Mon Feb 24, 2014 5:00 pm
by Eddie Willcox

Just to let you know, The user I am logging into the builder as is a href="mailto:willem@wlmscs.co.za" rel="nofollow"willem@wlmscs.co.za/a


Cascading dropdowns and Google maps

Posted: Mon Feb 24, 2014 5:27 pm
by Kateryna Grynko

Eddie,

Thank you. Please do not share your credentials, it's better to tell us the app name.


Cascading dropdowns and Google maps

Posted: Mon Feb 24, 2014 5:30 pm
by Eddie Willcox

App name is ORBIT


Cascading dropdowns and Google maps

Posted: Mon Feb 24, 2014 6:43 pm
by Kateryna Grynko

Eddie,

Your service 'locationsqry' returns an empty array, that is why nothing is displayed.


Cascading dropdowns and Google maps

Posted: Tue Feb 25, 2014 6:51 am
by Eddie Willcox

Thanks Katya. It must have been the cascading dropdown on "Store_selector" page. As soon as I removed the javascript for the cascading dropdowns, the map shows what I expect it to show.

So now I need to get the cascading dropdown to work again, which for some reason does not want to work now. When I select a province in the dropdown, it is supposed to show me the city corresponding to that province, however, for some reason, it makes the city dropdown blank now.


Cascading dropdowns and Google maps

Posted: Wed Feb 26, 2014 6:40 am
by Eddie Willcox

Ok, I fixed my dropdown.

I still have the same issue though. It's still returing an empty array. When I look at the where clause in chrome developer tools and I copy the the exact where query (without the "where:" part) and paste that in the service test, the test returns an empty array. If I type the query from scratch in the test, it returns data.

Please help.


Cascading dropdowns and Google maps

Posted: Wed Feb 26, 2014 12:01 pm
by Maryna Brodina

Hello!
In where you send request as pre{"City":"​Pretoria0"},{"Province":"Gauteng"}/prebut it should be pre{"City":"​Pretoria0", "Province":"Gauteng"}/pre


Cascading dropdowns and Google maps

Posted: Thu Feb 27, 2014 6:42 am
by Eddie Willcox

Hi Maryna,

I tried that, but still not working.

When I look at the where clause in chrome developer tools and I copy the the exact where query (without the "where:" part) and paste that in the service test, the test returns an empty array. If I type the query from scratch in the test, it returns data.


Cascading dropdowns and Google maps

Posted: Thu Feb 27, 2014 2:57 pm
by Maryna Brodina

Hello! [quote:]When I look at the where clause in chrome developer tools...[/quote]could you send us screenshot of what do you see there?


Cascading dropdowns and Google maps

Posted: Thu Feb 27, 2014 3:20 pm
by Eddie Willcox