Hi,
I have three tables forming a many-to-many relationship. They are,
WebUserRole -> WebUserRolePermission <- WebUserPermission
I've just started doing the admin for my WebUserRole
object (using the propel:generate-admin
), and I want the form for the WebUserRole
to list the permissions with a check box next to each.
Now, is there a built in widget/way of doing this properly? Or will it require a bit of manual tinkering? Links to examples/tutorials are very welcome!
Thank you.