jmix icon indicating copy to clipboard operation
jmix copied to clipboard

`Byte[]` and `URI` attributes are not included in list view (browser screen)

Open Fedoseew opened this issue 4 months ago • 0 comments

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: image

To discuss: should we allow this attributes in columns?

Fedoseew avatar Oct 25 '24 11:10 Fedoseew