I had to write a {{ NumericFieldBridge }} taking a collection as input and pushing the min of a property of the entity stored in the collection.
I got very confused. I did not know if I needed to add the {{ @NumericField }} annotation. I thought yes , but then there seems to be undocumented behavior around {{ @NumericField }} and Iterable so I opted out. So far it seems to work.
|