-
Notifications
You must be signed in to change notification settings - Fork 116
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
[BUG] Discover m2e connector's "Finish" button doesn't work #1371
Comments
I have looked into this and its a bit strange as m2e tries to determine if the issues are "handled" before it allows to finish the wizard, but in fact I can't find any case where it is not valid to finish the wizard (even though in this case it is equivalent to cancel the wizard), I therefore will remove the check as it is already implemented badly by simply doing "nothing" instead of inform the user what to do. |
Currently in #finish of the wizard it can happen that the wizard do not finish if m2e thinks the mapping is incomplete, but this is a very bad user experience as there is not indication of what has to be done. Instead a page should set its completion status (in this case the button is disabled) and instruct the user what to do instead. Fix eclipse-m2e#1371
Currently in #finish of the wizard it can happen that the wizard do not finish if m2e thinks the mapping is incomplete, but this is a very bad user experience as there is not indication of what has to be done. Instead a page should set its completion status (in this case the button is disabled) and instruct the user what to do instead. Fix #1371
@laeubi I've tried and still does not work for me with Eclipse 2023-06-R and Fedora 38. |
Steps to reproduce:
The text was updated successfully, but these errors were encountered: