mhotan / DineOn

Git Repository for our 403(13sp) Android application "DineOn"
0 stars 0 forks source link

Order Contents not showing up on Order Detail Page #275

Closed glee23 closed 11 years ago

glee23 commented 11 years ago

Severity: Major

Steps to repo:

  1. On the user app, place an order to a restaurant.
  2. Go to the restaurant app and double click on the order to bring up the order detail page.
  3. See that the order contents is blank, even though the order has menu items.

Resolution: Fixed with commit 8990a63

mhotan commented 11 years ago

Can you handle it or do you need my help im working on the User side right now? I think its either you or me that has to do it.

glee23 commented 11 years ago

I'm looking into it, I've found it has to deal with it not getting the passed in order correctly, so I just have to pinpoint where the passed in order is and we should be good

glee23 commented 11 years ago

I'm having trouble locating the bug...after stepping through it all, I see that the items are there correctly and that the menuitemadapter gets created, but it's getView never gets called, which is why the list doesn't get populated...I tried putting the code side by side with the dining session detail page to see what's different, but that hasn't given me the solution...