-
Notifications
You must be signed in to change notification settings - Fork 20
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
Re-uploading a saved recording does not modify the second file name #398
Comments
This happens because re-uploading a recording into the archives puts it into a general, "unlabelled" archives subdirectory, rather than the one belonging to the selected target. If you repeat this procedure in #397, I think the per-target archives on the Recordings page should behave as expected, since it also no longer allows for recordings to be uploaded to the general "unlabelled" subdirectory from there, and the query it performs should only return results from the correct archive subdirectory as well. The new Archives page can still display these apparent duplicates however. |
Hi @andrewazores . Yes, we can document this. Just to confirm the issue still exists? I'm asking as two PRs exist related to this issue. |
@dfitzmau yes, the issue still exists. Those PRs have not been merged yet, so there won't be a fix in a product version until 2.2.0 later this year. |
Behaviour occurs on the
main
branch as well as #397To reproduce bug:
This alternative code path works fine - I'm assuming this is the intended behaviour:
Click the 'plus' icon and upload the same recording file twice, the second recording gets a number appended to it.
The text was updated successfully, but these errors were encountered: