guysoft / backupfriend-client

Backupfriend wx widgets client
GNU General Public License v3.0
8 stars 4 forks source link

[bug] Alert user when edited job has the same name. #22

Closed guysoft closed 3 years ago

guysoft commented 3 years ago

See comment for: https://github.com/guysoft/backupfriend-client/pull/18#issuecomment-835888737

There is an exception where a user dialog should appear.

ygeyzel commented 3 years ago

A user dialog is appearing. The excption is catched at AbstractJobDialog.save() and handled by showing a message box to the user.

guysoft commented 3 years ago

Ok, will test and confirm. Then close. Thaks for the help!

guysoft commented 3 years ago

Ok, there is a bug. If you click "edit" then "save". You get an error that the job you are saving already exists. So it needs to discard itself.

Also English grammar and spelling errors I can fix :)

guysoft commented 3 years ago

Fixed