Skip to content

Issue inline editing

Phil Hughes requested to merge issue-edit-inline into master

What does this MR do?

Moves the issue edit form for title & description inline. The other dropdown's (labels, milestones etc.) are already in the sidebar so they are not present in this inline form.

The user clicks the edit button in either desktop or mobile view & can then update the title, description, confidential status or move the issue to another project without having to navigate away from the page they are currently on.

If new data from the realtime endpoint is received after the title or description has been edited then a warning message is displaying asking the user to check the changes before saving. This warning box also contains a link to the issue that opens in a new window (follows the same behaviour as the current edit form).

Screenshots (if relevant)

Screen_Shot_2017-05-25_at_14.30.30

Screen_Shot_2017-05-25_at_14.30.43

Screen_Shot_2017-05-25_at_14.31.16

Screen_Shot_2017-05-25_at_18.46.24

What are the relevant issue numbers?

Closes #24873 (closed)

Edited by Phil Hughes

Merge request reports