Arik Hadas has posted comments on this change. Change subject: webadmin: represent occupied name on import differently ......................................................................
Patch Set 4: (1 comment) https://gerrit.ovirt.org/#/c/40529/4/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/storage/backup/ImportVmFromExportDomainPopupView.java File frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/storage/backup/ImportVmFromExportDomainPopupView.java: Line 257: String problem = null; Line 258: if (importVmData.getError() != null) { Line 259: problem = importVmData.getError(); Line 260: } Line 261: else { > just please move this else to the same line as the closing '}' Done Line 262: problem = importVmData.isNameExistsInTheSystem() ? Line 263: ConstantsManager.getInstance().getConstants().nameMustBeUniqueInvalidReason() Line 264: : importVmData.getWarning(); Line 265: } -- To view, visit https://gerrit.ovirt.org/40529 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4411e79f7018d5b2c1a8d8ac9d3b0b79de26a4e3 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Betak <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
