pythondave / th-frontend

0 stars 0 forks source link

'Other Useful Links' display #27

Open Alex-Teacherhorizons opened 11 years ago

Alex-Teacherhorizons commented 11 years ago

Under 'other useful links' this school's displaying oddly on SPP on IE9

http://beta.teacherhorizons.com/Asia/Jordan/Amman/Ahliyyah_School_for_Girls/city

Don't think this is essential for launch if we can fix this week.

villarin commented 11 years ago

This is related to issue #9 - and it happens when editing a new link - because the link id is not known at the time.

Suggested approach is to ensure the link id is updated in the model - every time a call is made to API method: school/service/process-city-link - which always returns the link id.

Editing existing links works great now!

Otto