This commit is contained in:
sunguangming
2024-01-02 16:44:14 +08:00
parent fb7a356897
commit e65efe2737
@@ -15,13 +15,6 @@ jsVar('groupID', $groupID);
jsVar('columnID', $columnID);
jsVar('methodName', $this->app->rawMethod);
foreach($executions2Imported as $execution)
{
$execution->totalEstimate = $execution->hours->totalEstimate;
$execution->totalConsumed = $execution->hours->totalConsumed;
$execution->totalLeft = $execution->hours->totalLeft;
}
featureBar
(
inputGroup