mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
Fix handling of defaultValue() in annotation
This commit is contained in:
@ -238,7 +238,7 @@ public class QFieldMetaData implements Cloneable
|
||||
|
||||
if(StringUtils.hasContent(fieldAnnotation.defaultValue()))
|
||||
{
|
||||
ValueUtils.getValueAsFieldType(this.type, fieldAnnotation.defaultValue());
|
||||
withDefaultValue(ValueUtils.getValueAsFieldType(this.type, fieldAnnotation.defaultValue()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user