You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to schema, User table and put picture column required=True
Save schema and go to tables => User
Enter a new row and file in data, include a file
Save the record => see the error
When file is not required, record can be saved without any problem.
Expected behavior
A column with type=file should also be included as a required field. OR it should be made clear in the manual that this is not possible.
The text was updated successfully, but these errors were encountered:
What version of EMX2 are you using (see footer)
v11.23.1
Describe the bug
Saving a record where a field of type=file which is required is included is not possible:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A column with type=file should also be included as a required field. OR it should be made clear in the manual that this is not possible.
The text was updated successfully, but these errors were encountered: