PL-5434 Do not show unsaved changes dialog If we click on cancel in CategoryAttributeEditor for new CategoryAttribute without any changes

Avoid default data type... 
#PL-5434
This commit is contained in:
Eugeny Degtyarjov 2015-06-05 09:14:02 +00:00
parent a75a4f155a
commit a35fd85683

View File

@ -45,7 +45,7 @@ public class CategoryAttribute extends StandardEntity {
private String enumeration;
@Column(name = "DATA_TYPE")
private String dataType = PropertyType.STRING.name();
private String dataType;
@Column(name = "IS_ENTITY")
private Boolean isEntity;