bug #7566
TeamOrPersonField: some Persons can not be selected
100%
Description
This issue only occurs with some few Persons:
[originally reported by Hennig]
Folgende Eingabeprobleme im speciemen typedisignations editor
http://test.e-taxonomy.eu/cdmserver/phycobank_production/app/registration#!workingset/c79044bc-341c-4d5a-9a41-4b6e32db094c
Collector:
- Auswahl wird angezeigt
- Nomenklatorische Autoren angezeigt, z.B. „Ehrenb.“, „Gottschling“
- Ausgewählte Autoren nach Auswahl nicht sichtbar, daher nicht speicherbar
Related issues
Associated revisions
ref #7566 using the COLLECTOR_TITLE for the collector combobox
ref #7566 solving problem with unselectable entities due to eagerly selection clearing in updateToolBarButtonStates()
History
#1 Updated by Andreas Kohlbecker over 2 years ago
I found one minor issue while investigating this: The NOMENCLATURAL_TITLE was being used for the caption of the collector filed
#2 Updated by Andreas Kohlbecker over 2 years ago
These problems are related to the changes made for #7535
The root cause is the code line
private void updateToolBarButtonStates(){
...
if(teamOrPersonSelect.getValue() != val){
teamOrPersonSelect.clear();
}
a second level problem detected is that updateToolBarButtonStates()
is called too often. it is called at the end of setInternalValue()
which covers most usecases.
#3 Updated by Andreas Kohlbecker over 2 years ago
- Duplicated by bug #7567: SpecimenTypeDesignationEditor: Collection selection only set at second select action added
#4 Updated by Andreas Kohlbecker over 2 years ago
- Status changed from New to Resolved
- Assignee changed from Andreas Kohlbecker to Wolf-Henning Kusber
- % Done changed from 0 to 50
#5 Updated by Wolf-Henning Kusber over 2 years ago
- Status changed from Resolved to Closed
- Assignee changed from Wolf-Henning Kusber to Andreas Kohlbecker
- % Done changed from 50 to 100