On Jul 5, 1:45 pm, Bealers <[EMAIL PROTECTED]> wrote: > In the admin screen for University where I list in my display town_id, > I get a text field and the ID, no drop-down like I get on other > screens.
Replying to myself now... It seems that on the screens where the FK relationship is not being picked up the naming convention in schema.yml is different: Working relationships: _indexes: university_course_category_FI_1: - university_id Broken relationships: _indexes: video_guide_FKIndex1: - video_guide_category_id So for one of the 'broken' ones I went into the DB and manually dropped then re-created the key, then run: symfony propel-build-schema (checked schema, all looks OK now) symfony propel-build-model symfony cc I go to the admin screen and it is still not working, I just get the text field and the ID. Not sure what try next, anyone? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---