jmix
jmix copied to clipboard
`Byte[]` and `URI` attributes are not included in list view (browser screen)
See Studio issue: https://youtrack.jmix.io/issue/JST-3279/Byte-and-URI-attributes-are-not-included-in-browser-screens
We have a conditions that excludes URI
and byte[]
entity attributes from generated columns (see jmix-templates/content/snippet/flowui/table.xml
, method allowPutToDataAware()
without boolean argument filter out byte[]
attribute on line 9 and on line 15 we filter out URL
attribute).
Method allowPutToDataAware()
from Studio:
To discuss: should we allow this attributes in columns?