Bug #1177
"Save as" function doesn't check file name
0%
Description
When user wants to "save as" an opened qtb file, system doesn't check whether the selected file name already exist or not. If user selects or type a name that already exist, system doesn't display any warning message about this and do overwrite the existing file with the new one.
Please implement this validation process and warning message.
See attached an example of warning message.
History
#1
Updated by Oleksii Kurasov over 10 years ago
- Due date set to 08/13/2014
- Priority changed from Normal to High
#2
Updated by Oleksii Kurasov over 10 years ago
- Due date changed from 08/13/2014 to 08/22/2014
- Status changed from New to Resolved
- Assignee changed from Oleksii Kurasov to Luis Gustavo do Valle Bastos
#3
Updated by Luis Gustavo do Valle Bastos over 10 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Luis Gustavo do Valle Bastos to Oleksii Kurasov
- System make the validation only if the name entered included the .qtb as an extension. As long as all files will be saved with this extension as default, the checking should be made even if user doesn't enter the extension anyways.
- System should display the current name of the file in the field "File name:" as default and allow user to change it. Currently this field is kept blank and if the user doesn't enter nothing, none warning message is displayed.
#4
Updated by Oleksii Kurasov over 10 years ago
- Status changed from Feedback to Resolved
- Assignee changed from Oleksii Kurasov to Luis Gustavo do Valle Bastos
#5
Updated by Luis Gustavo do Valle Bastos over 10 years ago
- File Save as issue.JPG added
- Status changed from Resolved to Feedback
- Assignee changed from Luis Gustavo do Valle Bastos to Oleksii Kurasov
- System should display as default the name of the file in the field "File name:" without the extension ".qtb".
- System should make the validation process for same name already exiting without considering the extension ".qtb".
See attached.
#6
Updated by Oleksii Kurasov over 10 years ago
- Due date changed from 08/22/2014 to 09/24/2014
- Status changed from Feedback to Resolved
#7
Updated by Oleksii Kurasov over 10 years ago
- Assignee changed from Oleksii Kurasov to Luis Gustavo do Valle Bastos
#8
Updated by Luis Gustavo do Valle Bastos over 10 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Luis Gustavo do Valle Bastos to Oleksii Kurasov
Problem below still persists:
- Despite of the file name has been displayed as default without the extension, what is correct, the validation process only recognize the file you want to save with the same name of another file already saved if the user enter the name of the file with the extension .qtb in the file name field.
Please, correct making the validation check the name even without the extension.
#9
Updated by Oleksii Kurasov over 10 years ago
- Due date changed from 09/24/2014 to 09/25/2014
- Assignee changed from Oleksii Kurasov to Luis Gustavo do Valle Bastos
#10
Updated by Luis Gustavo do Valle Bastos over 10 years ago
- Status changed from Feedback to Closed
Tested and adequate.
#11
Updated by Luis Gustavo do Valle Bastos over 10 years ago
- Status changed from Closed to Feedback
- Assignee changed from Luis Gustavo do Valle Bastos to Oleksii Kurasov
This problem have returned:
Regardless the name of the file entered when "saving as", system always display the warning message that the name already exists. Should be corrected to check the name effectively entered.
#12
Updated by Oleksii Kurasov over 10 years ago
- Due date changed from 09/25/2014 to 10/09/2014
- Status changed from Feedback to Resolved
- Assignee changed from Oleksii Kurasov to Luis Gustavo do Valle Bastos
#13
Updated by Luis Gustavo do Valle Bastos over 10 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Luis Gustavo do Valle Bastos to Oleksii Kurasov
The problem above has been fixed, but another has appeared as below:
When save as with different name and try to open the previous file, system display a warning message saying "The Selected file is already open".
#14
Updated by Oleksii Kurasov almost 10 years ago
- Status changed from Feedback to Resolved
#15
Updated by Oleksii Kurasov almost 10 years ago
- Due date changed from 10/09/2014 to 06/12/2015
- Assignee changed from Oleksii Kurasov to Luis Gustavo do Valle Bastos
#16
Updated by Luis Gustavo do Valle Bastos over 9 years ago
- Status changed from Resolved to Closed
Tested and adequate.