-
-
Notifications
You must be signed in to change notification settings - Fork 106
Add deletion of uploaded images #257
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
Comments
There’s currently no way to delete files because before adding this feature, I wanted to add a check whether a file is currently in use in another campaign. But this is definitely something for the to-do list! |
Hey there, thanks for giving this a shot! One of the reasons (as mentioned in #374) why I hadn't implemented this feature yet is that I think there should be a check whether an image is still in use in other campaigns. There should be a warning when deleting an image that's still in use somewhere because it might break campaigns that have already been sent (bad) or campaigns that have been created but not yet sent (not quite as bad but still not good). I was thinking we should add something like Another thing you should do is make sure the user has permission to delete the file they're trying to delete. To do that, you could add |
Hey, thank you for responding. I think your idea of implementation is better. I would like to give it a shot and will let you know if I think of something. |
Awesome! Let me know if you come across anything where I can help 😊 |
@wmnnd Would it be easier to manage if images get copied (either to another directory or they get a "keila-sent-" prefix) as soon as the campaign is being sent out? Then all the uploaded images could be deleted. If they are used in a campaign the copy is still there. (That would not work for campaigns already sent before the release of this feature though, but since Keila hasn't reached 1.0 yet that might be okay?) |
Thanks for the idea @MrSnoozles. I think It might be the better solution in the long run but I don't think implementing it makes sense before #355 is complete. |
If you upload images, you can unfortunately no longer remove them from the selection.
Is there a solution for this?
The text was updated successfully, but these errors were encountered: