SEBSERV-414 fixed color selector
This commit is contained in:
parent
496a8cf52d
commit
25e9b9be1e
1 changed files with 1 additions and 2 deletions
|
@ -53,8 +53,7 @@ public class TextFieldBuilder implements InputFieldBuilder {
|
||||||
return attribute.type == AttributeType.TEXT_FIELD ||
|
return attribute.type == AttributeType.TEXT_FIELD ||
|
||||||
attribute.type == AttributeType.TEXT_AREA ||
|
attribute.type == AttributeType.TEXT_AREA ||
|
||||||
attribute.type == AttributeType.INTEGER ||
|
attribute.type == AttributeType.INTEGER ||
|
||||||
attribute.type == AttributeType.DECIMAL ||
|
attribute.type == AttributeType.DECIMAL;
|
||||||
attribute.type == AttributeType.COLOR_SELECTOR;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue