String attribute read-only

2
We have a string attribute on a dataview which is not set to read-only but in the browser it is read-only. We have checked read-only property, security, conditional formatting. Other string attributes are showed correctly in the same dataview with the same settings. This is introduced with 2.5(.1.1). Somebody knows how to solve this issue?
asked
1 answers
4

If the attribute is inherited from another entity, make sure you give write access on the entity level that is used in your form, not only on the 'base' entity.

answered