Closed mattrpav closed 7 years ago
Hi @mattrpav ,
can you fix the checkstyle errors? you can run it via mvn checkstyle:check
@igarashitm yep.. fixing all that now, thanks.
@igarashitm these changes also improve the correctness of FieldAction processing in that FieldActions may return a different type than the original source type.. StringLength, for example. The InputField should be updated to be value=$integer_value fieldType=FieldType.INTEGER
Note: this solves #260 as well.
Pull request approved by @igarashitm - applying approved label
216 Update DefaultFieldActionService to support overloaded FieldAction names