Page 4 of 5

Deleting of items

Posted: Tue Jul 29, 2014 9:41 pm
by Alena Prykhodko

Not sure I understand where I should type and delete.
Could you please clarify steps to test your app?


Deleting of items

Posted: Wed Jul 30, 2014 2:52 am
by Lim Samantha
  1. enter an item and amount
    1. delete the first item
    2. you will see the last item being deleted instead the first item

Deleting of items

Posted: Wed Jul 30, 2014 3:41 am
by Alena Prykhodko

Could you please point in what field should we enter item and amount here http://appery.io/app/mobile-frame?src... ?


Deleting of items

Posted: Wed Jul 30, 2014 6:26 am
by Lim Samantha

in the input???
there are only two inputs. just fill in the item and estimated amount and add it


Deleting of items

Posted: Wed Jul 30, 2014 11:13 pm
by Yurii Orishchuk

Hi Lim,

It seems to be you have incorrect mapping to "_id" request parameter.

Please open "network" tab in browser debugger and take a look what "_id" passed to URL for delete request.

Then you need to debug your implementation to get correct "_id" in request URL.

Regards.


Deleting of items

Posted: Thu Jul 31, 2014 3:27 am
by Lim Samantha

how do i know which is the "_id"? not very sure how to read the "network" tab.

Image


Deleting of items

Posted: Thu Jul 31, 2014 9:56 pm
by Yurii Orishchuk

Hi Lim,

Please take a look here how to work with browser debugger:

http://devcenter.appery.io/documentat...

You need to see certain request of service that's you invoke on action. Open this request and see details inside.

Regards.


Deleting of items

Posted: Tue Aug 05, 2014 4:31 am
by Lim Samantha

Hi, i found the errors.
now, how do i solve it?

Image


Deleting of items

Posted: Tue Aug 05, 2014 4:31 am
by Lim Samantha

Image

this is another screenshot of the error


Deleting of items

Posted: Tue Aug 05, 2014 9:33 pm
by Yurii Orishchuk

Hi Lim,

Ok, please take a look what is a culprit of your request error.

http://prntscr.com/49x1de/direct

Also to see details about the error please take a look on "response" debugger tab.

http://prntscr.com/49x2al/direct

Regards.