Files
gerrit/java
Alice Kober-Sotzek 3492e23e71 Send correct value for SuggestedReviewerInfo.confirm if limit is removed
According to our documentation, the user is never asked for confirmation
if addreviewer.maxWithoutConfirmation is set to 0. This is correctly
implemented in ReviewerAdder. PolyGerrit, though, never uses the logic
in ReviewerAdder but instead relies on the value of
SuggestedReviewerInfo.confirm for determining whether to show a
confirmation dialog.

As SuggestedReviewerInfo.confirm was filled with true even when
addreviewer.maxWithoutConfirmation was set to 0, this resulted in
PolyGerrit showing a confirmation dialog even though it shouldn't.
Fix this behavior by correctly filling SuggestedReviewerInfo.confirm.

Change-Id: I11e466f3fc260db4ff7167aa64c09148da314d02
2018-12-05 16:05:33 +01:00
..
2018-11-13 15:06:26 -08:00
2018-08-14 08:07:59 +02:00