Vojtech Szocs has submitted this change and it was merged.
Change subject: webadmin: Add host via Guide-Me doesn't work (#818182)
......................................................................
webadmin: Add host via Guide-Me doesn't work (#818182)
https://bugzilla.redhat.com/818182
Adding new host via the Guide-Me doesn't work.
The problem was, that the GuidePopupPresenterWidget did not implemented
the getConfirmModelPopup which was required when the power management
was not filled.
Solved by adding the implementation which returns the popup
from DefaultConfirmationPopupPresenterWidget.
Change-Id: Iec4364c6d7edd51b63166dc0a4a90a40022c6d71
Signed-off-by: Tomas Jelinek <tjelinek(a)redhat.com>
---
M
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/presenter/popup/guide/GuidePopupPresenterWidget.java
1 file changed, 14 insertions(+), 1 deletion(-)
Approvals:
Vojtech Szocs: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/4445
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iec4364c6d7edd51b63166dc0a4a90a40022c6d71
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vszocs(a)redhat.com>