This commit is contained in:
Guilherme
2019-09-24 10:46:39 -03:00
parent 2802ef55b1
commit 34ab942f91
57 changed files with 1044 additions and 896 deletions

View File

@ -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;