I've a Task model and User model
and I added task model to the UserModelView in inline_models, and I get the expected behavior with list of tasks and add task button that creates a simple form. Problem is I want for that specific part to use the modal dialog for more fields.
I've a Task model and User model
and I added task model to the UserModelView in inline_models, and I get the expected behavior with list of tasks and add task button that creates a simple form. Problem is I want for that specific part to use the modal dialog for more fields.