Yaniv Bronhaim has posted comments on this change.

Change subject: ui: Adding fields validation
......................................................................


Patch Set 4:

(1 comment)

http://gerrit.ovirt.org/#/c/31178/4/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostModel.java
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostModel.java:

Line 1692: 
Line 1693:             getExternalHostGroups().validateEntity(new IValidation[]{
Line 1694:                     new NotEmptyValidation()
Line 1695:             });
Line 1696:         }
if something not valid it shouldn't block the OK button??...
Line 1697:         getAuthSshPort().validateEntity(new IValidation[] {new 
NotEmptyValidation(), new IntegerValidation(1, 65535)});
Line 1698: 
Line 1699:         if (getConsoleAddressEnabled().getEntity()) {
Line 1700:             getConsoleAddress().validateEntity(new IValidation[] 
{new NotEmptyValidation(), new HostAddressValidation()});


-- 
To view, visit http://gerrit.ovirt.org/31178
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Icfc3e500ad06728fc8c410baa13405633fc90da2
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: Alona Kaplan <[email protected]>
Gerrit-Reviewer: Moti Asayag <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
Gerrit-Reviewer: Yaniv Bronhaim <[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

Reply via email to