InlineEdit: Use Edit Message button for change edit workflow

Allow creating a change edit by changing the commit message with the
existing Edit message button. This way we still support the old
workflow, but we need one more click:

Old workflow:

* Click "Edit Message"
* Edit the message
* Click Save

Now it's one more click:

* Click "Publish Edit"

Change-Id: Ibe86995edde78097f10757e76b427818a1a30007
This commit is contained in:
David Ostrovsky
2014-10-30 21:28:09 +01:00
committed by David Ostrovsky
parent a086cd8c44
commit 833a278f38
5 changed files with 16 additions and 18 deletions

View File

@@ -26,9 +26,9 @@ image::images/user-review-ui-change-screen-commit-message.png[width=800, link="i
The commit message can be edited directly in the Web UI by clicking on
the `Edit Message` button in the change header. This opens a drop-down
editor box in which the commit message can be edited. Saving
modifications of the commit message automatically creates a new patch
set for the change. The commit message may only be edited on the
current patch set.
modifications of the commit message automatically creates a change edit
that must be published to become a new patch set. The commit message may
only be edited on the current patch set.
image::images/user-review-ui-change-screen-edit-commit-message.png[width=800, link="images/user-review-ui-change-screen-edit-commit-message.png"]