Skip to content

Create a "destroyed Milestone" event and keep Milestone events around in the DB for posterity

Stan Hu requested to merge stanhu/gitlab-ce:fix-issue-2382 into master

Also fix issue where destroying a Milestone would cause odd, transient messages like "created milestone" or "imported milestone".

Now if a milestone is destroyed, at least it will indicate in the activity feed even if it's not clear which milestone was destroyed:

image

Closes #2382 (closed)

Merge request reports