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
If a file is being uploaded to hatrac with a new filename, but the file already exists, the hatrac content disposition is not being updated to reflect the new filename. The filename is being set properly in ermrest in this case.
Currently if chaise detects the file exists already, the job is marked complete and the next file is uploaded.
The content disposition in hatrac should be consistent with the filename information that we store in ermrest.
The text was updated successfully, but these errors were encountered:
Changes were merged in ermrestJS as part of PR #1009 to update the content-disposition when the file already exists in hatrac but the name is different
If a file is being uploaded to hatrac with a new filename, but the file already exists, the hatrac content disposition is not being updated to reflect the new filename. The filename is being set properly in ermrest in this case.
Currently if chaise detects the file exists already, the job is marked complete and the next file is uploaded.
The content disposition in hatrac should be consistent with the filename information that we store in ermrest.
The text was updated successfully, but these errors were encountered: