Page 3 of 3

mapping problem returning undefined

Posted: Mon Jul 28, 2014 8:44 am
by Michael4771079

the reason you did not get the result detailed is you did not select pizza and click order btn

to reproduce
login, click new order, select pizza, select any pizza, select size, click order, click cart, click freds to put order and return _id, click footer btn, freds screen will open, labels undefined


mapping problem returning undefined

Posted: Mon Jul 28, 2014 11:17 pm
by Yurii Orishchuk

Hi Michael,

I've checked your app and see following problem:

You have wrong "response" settings for your "star_fredsOrders_read_service" service.

http://prntscr.com/47bfna/direct

So you need:

1 Open your "star_fredsOrders_read_service" service.

2 Navigate to "response" tab.

3 Open "pizzaOrder" parameter.

4 You will see "array[]" parameter name.

5 Change this parameter name with "array" value.

That's all.

Regards.


mapping problem returning undefined

Posted: Mon Jul 28, 2014 11:36 pm
by Michael4771079

Thank you so much Yurii, perfect!