Is there a limitation of scaffolding that impacts the "related"
sections presented?

For example:
applications     application_roles       roles
-----------------      ------------------------      --------
id                     id                           id
name               application_id          name
                       role_id

I've defined the relationships appropriately:
1) applications "has many" application roles
2) applications_roles "belongs to" applications
3) applications_roles "belongs to" roles
4) roles "has many" application roles

When viewing an application, a "Related Application Roles" section is
created that shows the appropriate rows in the application_roles
table.  BUT, it only shows "role_id" which doesn't have any meaning to
a user.

The documentation suggests that you can use $display_field but this
seems to have no effect (it only is used on the view of application
roles).

Is this a known limitation or is there something else to configure?

Many thanks for your thoughts.
Jeff

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to