From eb05dbd66f788aba489dc2239337b18d2843d96f Mon Sep 17 00:00:00 2001 From: Wyatt Allen Date: Wed, 31 May 2017 16:21:30 -0700 Subject: [PATCH] Reply dialog send only disabled if known not to be latest Formerly the Send button of gr-reply-dialog would be disabled while checking whether there are any newer patches and was only enabled if no newer patch was found. With this change, the Send button is not disabled while checking, and is only disabled if a newer patch was found. Bug: Issue 6263 Change-Id: I6ed8d3cb4e3e797155491413eb6bc0dffe31b62a --- .../app/elements/change/gr-reply-dialog/gr-reply-dialog.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/polygerrit-ui/app/elements/change/gr-reply-dialog/gr-reply-dialog.html b/polygerrit-ui/app/elements/change/gr-reply-dialog/gr-reply-dialog.html index 1ee43fab1f..94587e2edc 100644 --- a/polygerrit-ui/app/elements/change/gr-reply-dialog/gr-reply-dialog.html +++ b/polygerrit-ui/app/elements/change/gr-reply-dialog/gr-reply-dialog.html @@ -248,13 +248,13 @@ limitations under the License.
[[_sendButtonLabel]]