ox-it / ords

Automatically exported from code.google.com/p/ords
0 stars 0 forks source link

Foreign key label lookup on Add New Record broken #730

Closed scottbw closed 8 years ago

scottbw commented 8 years ago

Add a new db Upload Mondial Create a new record for City. Choose "CountryName" for the "Country" column. It used to show the list of country names now instead of IDs. Instead, its just "Null Value".

No idea when this broke - it was working fine before merge.

scottbw commented 8 years ago

I'm struggling to find whats different between App and Dev here - it doesn't look like the JSON being returned is any different, and there aren't any changes to the JS that I can glean either. However, APP works and DEV doesn't.

scottbw commented 8 years ago

OK finally fixed it ... the constructor that I used that allowed the page to display wasn't the right one to get the initial reference data.