-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
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
Add image deletion #1361
Comments
I think first we must add image import to DbContentImportHelper. |
@tomaszsmy Another option would be to go http://localhost:8080/webapp/content/multimedia/image/list and press the + button (to manually upload an image file). |
I have question about Store contribution event, we can't delete image without delete all contribution event. |
@tomaszsmy Good observation 🙂 |
@tomaszsmy For testing image deletion, I recommend you first upload some of these That will save you some time when developing on |
Instead of linking to the PR in the issue, I recommend you type "closes #1361" in the PR description. That way, the issue will be closed automatically once the PR gets merged. |
Finish the implementation of the code in the
ImageDeleteController
.The text was updated successfully, but these errors were encountered: