From Daniel Erez <derez(a)redhat.com>:
Daniel Erez has submitted this change and it was merged.
Change subject: webadmin: fix clicking login multiple times results in duplicate entries
......................................................................
webadmin: fix clicking login multiple times results in duplicate entries
When importing iSCSI storage domains, clicking the "login"
button mutliple times results in duplicate entries in the
Storage Domains table.
This is fixed by having ImportSanStorageModel.addStorageDomains()
use a Set instead of a List.
Change-Id: I79da2df162a17b9aa29112b82bad78d0e25d10ff
Bug-Url:
https://bugzilla.redhat.com/1402455
Signed-off-by: Benny Zlotnik <bzlotnik(a)redhat.com>
---
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/ImportSanStorageModel.java
1 file changed, 4 insertions(+), 2 deletions(-)
Approvals:
Benny Zlotnik: Verified
Daniel Erez: Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit
https://gerrit.ovirt.org/68097
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I79da2df162a17b9aa29112b82bad78d0e25d10ff
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Benny Zlotnik <bzlotnik(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Benny Zlotnik <bzlotnik(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>