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
Describe the bug
When I upload files with an overwrite mode different then KEEP, then listing the session should also show the same overwrite mode.
The write mode was executed correctly, so there is a problem on how we fetch the write mode from the API.
To Reproduce
Steps to reproduce the behavior:
upload files with --write-mode OVERWRITE
list file sessions
see that the mode is not OVERWRITE but KEEP
Expected behavior
The listing shows the correct write mode so that it doesn't confuse users.
Screenshots
Checklist
I added a label for the level of urgency of this bug (see definitions here)
The text was updated successfully, but these errors were encountered:
FHardow
changed the title
file sesson uploads are not correct
file sesson upload mode are not correctly shown
May 21, 2024
Describe the bug
When I upload files with an overwrite mode different then KEEP, then listing the session should also show the same overwrite mode.
The write mode was executed correctly, so there is a problem on how we fetch the write mode from the API.
To Reproduce
Steps to reproduce the behavior:
--write-mode OVERWRITE
Expected behavior
The listing shows the correct write mode so that it doesn't confuse users.
Screenshots
Checklist
The text was updated successfully, but these errors were encountered: