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
Elastic4play should be able to accept an already uploaded attachment without the need to extract from the database. Currently attachment can be added into entity using FileInputValue, which accept only file stored in local storage. In order to implement this feature a new type of input value must be implemented : AttachmentInputValue.
The text was updated successfully, but these errors were encountered:
Elastic4play should be able to accept an already uploaded attachment without the need to extract from the database. Currently attachment can be added into entity using FileInputValue, which accept only file stored in local storage. In order to implement this feature a new type of input value must be implemented : AttachmentInputValue.
The text was updated successfully, but these errors were encountered: