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
Since #11 with each uploaded media - package creating preview.
After removing media from the DB - it also removes related file from the storage, but keep related preview in DB.
Steps to reproduce
POST /media
preview_id
DELETE /media/id
Expected result
Media with id from the preview_id field of removed media is not exists in DB. Related file was removed from the storage
id
Actual results
Preview exists in DB after removing base media.
The text was updated successfully, but these errors were encountered:
RGO230
No branches or pull requests
Since #11 with each uploaded media - package creating preview.
After removing media from the DB - it also removes related file from the storage, but keep related preview in DB.
Steps to reproduce
POST /media
preview_id
field with the uploaded previewDELETE /media/id
Expected result
Media with
id
from thepreview_id
field of removed media is not exists in DB. Related file was removed from the storageActual results
Preview exists in DB after removing base media.
The text was updated successfully, but these errors were encountered: