mirror of
https://github.com/guilhermewerner/gerencia-projetos
synced 2025-06-16 15:05:39 +00:00
Fix Bugs
This commit is contained in:
@ -85,6 +85,8 @@ namespace GerenciaProjetos.Controllers
|
||||
{
|
||||
if (ModelState.IsValid)
|
||||
{
|
||||
ctx.Entry(req).Property(r => r.EFuncional).IsModified = true;
|
||||
ctx.Entry(req).Property(r => r.DataEntrega).IsModified = true;
|
||||
ctx.Entry(req).Property(r => r.Descricao).IsModified = true;
|
||||
ctx.Entry(req).Property(r => r.Observacoes).IsModified = true;
|
||||
ctx.Entry(req).Property(r => r.ProjetoId).IsModified = true;
|
||||
|
Reference in New Issue
Block a user