mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 12:17:41 +08:00
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:
parent
a75a4f155a
commit
a35fd85683
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user