You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2021. It is now read-only.
I have used this as a very well working base for our project and I am very glad that it exists! We are asked to have file deletion as well, so started out and tweaked the UploadViewHelper by adding this line:
to the render function. This way the user can check that box, if he wishes to delete the file. Where could I go on implementing, since the file and the reference should be deleted. I would be happy if you could tell me where to interfere here, either the UploadedFileReferenceConverter or the ObjectStorageConverter.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have used this as a very well working base for our project and I am very glad that it exists! We are asked to have file deletion as well, so started out and tweaked the
UploadViewHelper
by adding this line:to the render function. This way the user can check that box, if he wishes to delete the file. Where could I go on implementing, since the file and the reference should be deleted. I would be happy if you could tell me where to interfere here, either the
UploadedFileReferenceConverter
or theObjectStorageConverter
.The text was updated successfully, but these errors were encountered: