Hi Caio,
In the "Adicionar Tarefa" screen your combo box for the project name is not being populated correctly because your using the aggregate from the task itself.
You can either fix the combo box by removing the "Source Record List" property and setting "Source Entity" to the "Projetos" entity, and Source Attribute to "Nome".
Other way to fix this is to use scaffolding. Delete the combo box from the screen, then drag Tarefas.ProjetoId from Data tab into the form.
Regards,
Miguel
In the "Adicionar Tarefa" screen your combo box for the project name is not being populated correctly because your using the aggregate from the task itself.
You can either fix the combo box by removing the "Source Record List" property and setting "Source Entity" to the "Projetos" entity, and Source Attribute to "Nome".
Other way to fix this is to use scaffolding. Delete the combo box from the screen, then drag Tarefas.ProjetoId from Data tab into the form.
Regards,
Miguel