Skip to content
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

enhancement/bug: compare to db connection details lost when user attempts to cancel compare #11

Open
githubmarker opened this issue Apr 3, 2019 · 1 comment

Comments

@githubmarker
Copy link
Contributor

  1. use "compare to db" and fill in details
  2. select another record, or open another dat file
  3. click compare to db
  4. prompt appears asking user whether to reuse the same connection details

expected behavior:

  • a way to cancel the compare without losing connection details and needing to re-enter them

actual behavior:

  • the only way to stop the compare is to click no, but this also forgets previously entered database connection details, even if no replacement details are supplied

possible solutions:

  • add a cancel button
  • if not replacement connection details are supplied, remember previous details the next time the compare to db button is clicked.

suggested labels: enhancement or possibly bug

@tslater2006
Copy link
Owner

I'm pretty sure this is fixed by my fixes for #9. Specifically the DB connection management is no longer tied to the compare button but managed separately by the Database toolbar option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants