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
When a Document is created, two files are created, e.g.:
-rw-r--r-- 1 root root 17135 Jul 16 07:11 document-886bda39-8560-40b2-b9a0-66104147b254-thumb-e5a132a7-57b7-43d2-bcf0-52d4af6fe3e0.jpg -rw-r--r-- 1 root root 17135 Jul 16 07:11 document-886bda39-8560-40b2-b9a0-66104147b254-thumb-e5a132a7-57b7-43d2-bcf0-52d4af6fe3e0_3ClS2qX.jpg
When the Document is removed, the files are kept.
Other Resource types should be checked.
The text was updated successfully, but these errors were encountered:
The thumb is saved twice. The first time here:
geonode/geonode/base/models.py
Line 1555 in 4b6d872
Then again after cropping:
Lines 1574 to 1576 in 4b6d872
This is valid for all the resources not only documents. Still to be analyzed why is not deleted
Sorry, something went wrong.
mattiagiupponi
No branches or pull requests
Expected Behavior
Actual Behavior
When a Document is created, two files are created, e.g.:
When the Document is removed, the files are kept.
Other Resource types should be checked.
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: