MergeRequestsController thrown a Error 500 when you delete the assiociated milestone
Created by: ArKam
Hi team, I've just detected a quite strange behavior on my current installation of GitLab.
Is that normal that if you delete a milestone attached to a list of merge requests the complete view goes on the ERROR 500 Realm?
I mean, don't gitlab should either deny any remove of the milestone if there is some items still attached to?
For now, if I go to my merge_requests view, I've got a Error 500 with the following message showing on the production.log file:
https://gist.github.com/ArKam/339ab337c075f855a6ff
Is there a workaround to find out what was the removed milestone ID/Title and then reinject it on the database?