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
{{ message }}
This repository has been archived by the owner on May 21, 2021. It is now read-only.
Make another property invalid so that validation will fail upon saving
save and fix the other property
save again
The object now has the original image attached.
This happens because the file reference is not persisted when validation fails (which is good) and the original file reference identifier is stored in the form (also good) but no reference to the newly uploaded image is kept (this is the bug)
The text was updated successfully, but these errors were encountered:
To reproduce:
The object now has the original image attached.
This happens because the file reference is not persisted when validation fails (which is good) and the original file reference identifier is stored in the form (also good) but no reference to the newly uploaded image is kept (this is the bug)
The text was updated successfully, but these errors were encountered: