-
Notifications
You must be signed in to change notification settings - Fork 131
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
[fix/shortcut-save-file] #624
Conversation
The fix directly overwrites the existing file in the same path. This behaviour can be dangerous and lead to data loss. Should it be better to create a new file with the incremental number (same as uploading twice the same file)? |
@jesmrec yes, this is exactly what it should do, because as I user I want to write data to the same file. |
It sounds good. So, the user can decide to overwrite the latest version or keep it by creating a new one. |
…or not, if already exists
@jesmrec new parameter was added, please check again |
Works properly when Approved. |
Description
File could to be saved, when trying to save a file with Shortcuts and it already exists
Related Issue
#622
How Has This Been Tested?
Check Issue #622
Screenshots (if appropriate):
Types of changes
Checklist: