hakandilek / play2-crud

Simple CRUD & DAO implementation for play2
Other
142 stars 52 forks source link

Bug fix: CRUDController and DynamicCrudController 'renderForm' signatures do not match, causing 'render' to be used and resulting in a TemplateNotFoundException #63

Open eljaydub opened 8 years ago

eljaydub commented 8 years ago

Fix bug where CRUDController would not return control to an instance of DynamicCrudController when rendering a form because the signatures of the two renderForm methods did not match.