Skip to content

Cleans up the edit form for issuables

Marcel van Remmerden requested to merge clean-issue-edit-form into master

What does this MR do and why?

We had a "Delete issue" button show up when clicking the "Edit title and description" button. Not only is that unexpected, but the same "Delete issue" button is already available in the "three dots" menu, so I'm removing it from this view. However, as the Epic view did not yet have a "three dots" menu, the "Delete epic" action was only available in the "Edit form", so I aligned the epic header with issues and incidents.

Additionally, there was wrong spacing and an unnecessary <div>, which has also been cleaned up in this MR.

Screenshots or screen recordings

Before After
image image
image image
image image

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Marcel van Remmerden

Merge request reports