Yair Zaslavsky has posted comments on this change. Change subject: aaa: do not display non password authn profiles within login ......................................................................
Patch Set 1: Code-Review+1 (1 comment) Alex, please share your thoughts here, It looks good to me. http://gerrit.ovirt.org/#/c/32732/1/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/LoginModel.java File frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/LoginModel.java: Line 203: loginModel.getProfile().setItems(domains); Line 204: Line 205: } Line 206: }; Line 207: AsyncDataProvider.getInstance().getAAAProfilesListViaPublic(_asyncQuery, true); > I thought about this, but then I will need to modify the name of the method Or - remove viaPublic :) i.e - getAAAProfilesForPasswordAuthentication ? (Yes, I also removed the list) But I understand, i'm ok with that. Line 208: } Line 209: Line 210: public void login() Line 211: { -- To view, visit http://gerrit.ovirt.org/32732 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I74df82dcead1b88124b44cbec2ea43ef85768fce Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Alexander Wels <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
