Daniel Erez has posted comments on this change.

Change subject: core,restapi,webadmin: Added description field to storage domain
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/StorageModel.java
Line 717:     public boolean Validate()
Line 718:     {
Line 719:         getHost().ValidateSelectedItem(new NotEmptyValidation[] { new 
NotEmptyValidation() });
Line 720:         ValidateSelectedItem(new NotEmptyValidation[] { new 
NotEmptyValidation() });
Line 721:         getDescription().ValidateEntity(new IValidation[] { new 
LengthValidation(DESCRIPTION_MAX_LIMIT),
Use 'BusinessEntitiesDefinitions.GENERAL_MAX_SIZE'
Line 722:                 new SpecialAsciiI18NOrNoneValidation() });
Line 723: 
Line 724:         return getName().getIsValid() && getHost().getIsValid() && 
getIsValid() && getSelectedItem().Validate() && getDescription().getIsValid();
Line 725:     }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I86bcd7c52e5d9cad7c3cb30561718203537ab459
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tal Nisan <[email protected]>
Gerrit-Reviewer: Alissa Bonas <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to