-
Notifications
You must be signed in to change notification settings - Fork 22
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
Allowing autocompletion on JComboBoxes for study cards and subjects #2564
base: develop
Are you sure you want to change the base?
Allowing autocompletion on JComboBoxes for study cards and subjects #2564
Conversation
Hi @LaurentPV, thank you for this great and simplifying PR! |
Hi @LaurentPV, thank you for your PR. |
Hi, as soon as the filtering on studycards works with device serial number, I will merge it. |
@michaelkain dev finished, ready to be tested |
and I have this in the logs java.lang.ClassCastException: class java.lang.String cannot be cast to class org.shanoir.uploader.model.rest.StudyCard (java.lang.String is in module java.base of loader 'bootstrap'; org.shanoir.uploader.model.rest.StudyCard is in unnamed module of loader 'app') |
Allowing auto completion on study cards and existing subjects JComboBoxes.
It is not possible to edit the JComboBox with a non existing value.
It simplifies the ImportDialog.