We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In 0.3.x, you could submit actions to be processed by the CloudinaryImages requestHandler method that deleted stored images from Cloudinary. e.g
{ myImages_action: 'remove:id1|delete:id2' }
The new updateItem method should support some equivalent that lets you delete images from Cloudinary.
updateItem
This feature has been removed and not replaced by an equivalent method in the new field implementation.
The text was updated successfully, but these errors were encountered:
This is also apply to S3. File not been deleted in S3.
Sorry, something went wrong.
Resolved by #4205
No branches or pull requests
Steps to reproduce the behavior
In 0.3.x, you could submit actions to be processed by the CloudinaryImages requestHandler method that deleted stored images from Cloudinary. e.g
Expected behavior
The new
updateItem
method should support some equivalent that lets you delete images from Cloudinary.Actual behavior
This feature has been removed and not replaced by an equivalent method in the new field implementation.
The text was updated successfully, but these errors were encountered: