* Fix bug #42703.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user