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
Right now, in the image upload component, when selecting an image, we immediately upload that image to minio. Then, based on the draft and final submitted action, we delete or keep the reference, according to this change
But if we do this:
Select an image, it gets uploaded to the server
Delete the image, according to this change, now we only remove the image reference from frontend, not actually delete it in the backend.
Save and exit, this action gets saved as a draft=true
Come back to this draft again, now, go ahead and submit
Previously uploaded image, which did not make it to the draft, doesn't get deleted
The text was updated successfully, but these errors were encountered:
Right now, in the image upload component, when selecting an image, we immediately upload that image to minio. Then, based on the draft and final submitted action, we delete or keep the reference, according to this change
But if we do this:
The text was updated successfully, but these errors were encountered: