Hi all,
working with v3.8.6 I have create a relation with an attribute of 'file' type. Then, in a form I have added the field related to the attribute and set the 'Function on value change' to a frontend function which is calling the instance function app.record_save();
In this scenario, the frontend function is called after uploading a file (pressing the "Add" button), but the record is not saved.
Adding a second dummy attribute to the relation and setting the same frontend function as "on value change", the record is saved when a type an input in the dummy field.
Is this a bug or an expected behavior?
Thanks for your help.