Roy Golan has posted comments on this change.

Change subject: core,ui: Unicode support for description fields in OVF
......................................................................


Patch Set 2: (1 inline comment)

....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/storage_pool.java
Line 68:     @Column(name = "description")
Line 69:     @Pattern(regexp = ValidationUtils.ONLY_ASCII_OR_NONE,
Line 70:             message = "VALIDATION.DATA_CENTER.DESCRIPTION.INVALID",
Line 71:             groups = { CreateEntity.class, UpdateEntity.class })
Line 72:     private String description;
probably because of the METADATA? just curious to know...
Line 73: 
Line 74:     @Column(name = "storage_pool_type")
Line 75:     private int storagePoolType = StorageType.UNKNOWN.getValue();
Line 76: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia03cc8f1a938997fa6d38e90bf4ac4781307d8aa
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Ayal Baron <aba...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
Gerrit-Reviewer: Tal Nisan <tni...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to