Skip to content

Added inline issue edit form actions

Phil Hughes requested to merge issue-edit-inline-form-btns into issue-edit-inline

What does this MR do?

Adds the form actions to the issue inline form.

These are:

  • Save changes
  • Delete
  • Cancel

They all correctly do their actions. 'Save changes' doesn't actually send any data yet. But it does send the request so it should be as simple as adding the object to send

Merge request reports