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
Navigate to Run > Files > Home or Run > Files > Tale Workspace
Upload the same file twice
Expand the dropdown menu beside the (1) file and choose Rename
Expected Results
The rename operation should fail and alert the user of the failure
Actual Results
The rename operation fails silently, and doesn't notify the user. A refresh reverts the file name change that failed to save to the backend.
The user can choose to rename a file or folder in the UI. Without validation, this form allows the user to submit a duplicate file name. Since the backend doesn't allow this, and the UI does not handle the error properly, the user is led to believe that their rename was successful. Refreshing the page reveals that the save actually failed.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
(1)
file and choose RenameExpected Results
The rename operation should fail and alert the user of the failure
Actual Results
The rename operation fails silently, and doesn't notify the user. A refresh reverts the file name change that failed to save to the backend.
The user can choose to rename a file or folder in the UI. Without validation, this form allows the user to submit a duplicate file name. Since the backend doesn't allow this, and the UI does not handle the error properly, the user is led to believe that their rename was successful. Refreshing the page reveals that the save actually failed.
The text was updated successfully, but these errors were encountered: