Gilad Chaplik has posted comments on this change.

Change subject: webadmin: i18n validation in import vm/temp
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/TemplateBackupModel.java
Line 154:         temp.setEntity(newVmName);
Line 155:         temp.ValidateEntity(
Line 156:                 new IValidation[] {
Line 157:                         new NotEmptyValidation(),
Line 158:                         new LengthValidation(40),
will use UnitVmModel.VM_TEMPLATE_NAME_MAX_LIMIT based on 
http://gerrit.ovirt.org/#/c/11152/1/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java
Line 159:                         new I18NNameValidation()
Line 160:                 });
Line 161:         if (!temp.getIsValid()) {
Line 162:             entity.setInvalidityReasons(temp.getInvalidityReasons());


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I5640c943f2f5144e851dfd7660093b083ccc8530
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to