-
Notifications
You must be signed in to change notification settings - Fork 43
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
Cancelling Save Project dialog throws #1551
Comments
Similarly, Edit/Save Params to File dialog upon cancelling |
@krzywon and @rozyczko. My test suggests that the first issue (save project) is fixed but that the second one " Edit>Save Params to File" Still has the issue. Let me know if I'm wrong and thi should be closed. Meanwhile I will move it to 5.1. If I am correct should this be labeled a good first issue? or is it more complicated? |
You are right, @butlerpd - it has not been fixed for this action (Save Params to File). Considering this involves just looking up the error handling from "Save Params" and copy/pasting it, I would conider it a great first issue bug. Assuming we want to postpone it to the next release, rather than fix on the spot? |
Ok .. moving it back to 5.0.5 and we can discuss whether to fix "on the spot" or not. |
Added a simple check so cancelling the dialog doesn't throw. #1551
The merge should have closed this but it didn't :-( so closing now |
A simple case of missing early return on cancelling the Save Project dialog.
Exception is caught and displayed and no other effects are present, just looks bad in the Log Explorer.
The text was updated successfully, but these errors were encountered: