Change in ovirt-engine[master]: userportal, webadmin: when login automatically, disable logi...

Vojtech Szocs has submitted this change and it was merged. Change subject: userportal, webadmin: when login automatically, disable login screen ...................................................................... userportal, webadmin: when login automatically, disable login screen When the user is logged in, and opens for example a new tab, the application loggs him/her in automatically. The problem is, that the login screen is not disabled during this process. So it can happen, that during the process of loggin in automatically, the user fills in some data into the login form, which has no meening. The solution was to disable the login screen and not enable it, when it is in process of auto login. Change-Id: I3b2a15eb8d17a00f07590996f96f617014e0ecd6 Signed-off-by: Tomas Jelinek <tjelinek@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/system/BaseApplicationInit.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/LoginModel.java 2 files changed, 28 insertions(+), 18 deletions(-) Approvals: Vojtech Szocs: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/4547 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3b2a15eb8d17a00f07590996f96f617014e0ecd6 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: Vojtech Szocs <vszocs@redhat.com>
participants (1)
-
vszocs@redhat.com