Hi, I'm extending the todo list tutorial to have employees assigned to each task, but each employee can also work on more than one task, so this scenery applies.
Instead of showing them in a separate table record in the task detail page, I want to have muitiple select list where I pick several employees at a time. When I press save, it would both update the task and the TaskEmployee entity (my many to many entity). Is this possible?
Thanks for the help.
Instead of showing them in a separate table record in the task detail page, I want to have muitiple select list where I pick several employees at a time. When I press save, it would both update the task and the TaskEmployee entity (my many to many entity). Is this possible?
Thanks for the help.