In this specific case as you named the controller 'all_movies' instead
of 'movies' you can simply solve the issue by using 'all_movie' as the
key of the menu items dictionary.
I can see that this is a limit, so I'll try to propose a fix for this
in tgext.crud that can be compatible with old behavior.
> --
> You received this message because you are subscribed to the Google Groups "TurboGears" group.
> To post to this group, send email to turbo...@googlegroups.com.
> To unsubscribe from this group, send email to turbogears+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.
>
PS: I would like to have a review from Chris Perkins as he is the main
author of Crud extension, maybe there is a better way to achieve this
and I don't know it.