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 <[email protected]>
Gerrit-Reviewer: Ayal Baron <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to