-
Notifications
You must be signed in to change notification settings - Fork 2
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 functionality to remove a file #18
Comments
I think this was done with #29? |
In #29 you can remove all files. This issue is for removing a single file. |
@dmijatovic good first issue |
In file picker you can cancel the selection, which will clear the prev selection. Would be nice to add a note how to clear the selection. |
The emref module in distance constraints group has file uploads |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now the form looks like:
In the form you either must select a new file or keep the already present file. You can not delete an already present file.
Once you chosen a file in form and submit it you can only get rid of the file by reloading the page and starting over.
It would be nice if the files where removed when the node is removed.
Or even better if in the form there was a way to clear the chosen file.
The text was updated successfully, but these errors were encountered: