displayParams ignored in metadata

Hello

This is a weird bug, none of the changes I put in displayParams in the metadata file seem to have any effect.

I tried increasing length of a given field with
‘displayParams’=>array(‘size’=>100),

In metadata or adding validation etc. but it’s like the system is ignoring what’s in displayParams, but it does pick up changes to other elements in the metadata file.

Repair & Rebuild is not helping

Have anyone run into this?

Strange, but figured out that it’s actually related to the field itself. For example displayParam which will work on fields like datetime, textfield (example if we call updateCallback()) work just fine, but when we apply the same displayParam on a date field it ignores it.

This means that displayParams are like field specific apparently