Skip to content
Snippets Groups Projects
Commit 97c9d99f authored by Daniel Stone's avatar Daniel Stone
Browse files

Part-revert reopened points change from df6e9dee

For some reason, in a sync with upstream Phabricator, the 'reopened
points today' path was totally commented out. Reverting just this change
makes reopened-task tracking work again.

Differential Revision: https://phabricator.collabora.co.uk/D484
parent 1ad9053e
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ final class SprintColumnTransaction {
break;
case 'reopen':
$this->reopenedTasksToday($date, $dates);
// $this->reopenedPointsToday($date, $points, $dates);
$this->reopenedPointsToday($date, $points, $dates);
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment