-
Notifications
You must be signed in to change notification settings - Fork 493
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
Files: Ability to Replace a File Instead of Deleting #2290
Comments
Notes from @raprasad from #3220
|
Also "add" example to phoenix scripts.
Issues: |
…n replaced, and styled replacement Edit button. [ref #2290]
Ok, yes, I effectively disabled the size limit check in Raman's API upload/replace framework when I was merging his code in. |
Back in the days of IQSS#2290 (2016), code for JSON serialization has been introduced. This has never been used, all DataFile objects are still serialized as JSON by util.JsonPrinter. Removing this 4 year old, completely unused code. If used in the future again, this should be done based on Jakarta JSON-B.
For the Provenance project, we need to determine how a user can replace a file instead of deleting the file and uploading a new one.
This relates to the backend structure (@scolapasta and @landreev) and what it looks like in the UI (@eaquigley and @mheppler)
The text was updated successfully, but these errors were encountered: