From 380ed8f6b1b42bf222dca953caa26c4253accbb9 Mon Sep 17 00:00:00 2001 From: mahan Date: Wed, 7 Jan 2026 18:34:37 +0330 Subject: [PATCH] feat: update SetTimeProjectCommandHandler to set status to Incomplete when additional time is added --- .../SetTimeProjectCommandHandler.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ProgramManager/src/Application/GozareshgirProgramManager.Application/Modules/Projects/Commands/SetTimeProject/SetTimeProjectCommandHandler.cs b/ProgramManager/src/Application/GozareshgirProgramManager.Application/Modules/Projects/Commands/SetTimeProject/SetTimeProjectCommandHandler.cs index fdbadc28..a9ca3a61 100644 --- a/ProgramManager/src/Application/GozareshgirProgramManager.Application/Modules/Projects/Commands/SetTimeProject/SetTimeProjectCommandHandler.cs +++ b/ProgramManager/src/Application/GozareshgirProgramManager.Application/Modules/Projects/Commands/SetTimeProject/SetTimeProjectCommandHandler.cs @@ -365,10 +365,26 @@ public class SetTimeProjectCommandHandler : IBaseCommandHandler