Revision c790dee7
Added by Andreas Kohlbecker almost 5 years ago
src/main/java/eu/etaxonomy/cdm/vaadin/view/name/NameTypeDesignationPopupEditor.java | ||
---|---|---|
158 | 158 |
typifiedNamesComboboxSelect.setConverter(new SetToListConverter<TaxonName>()); |
159 | 159 |
typifiedNamesComboboxSelect.setEditPermissionTester(new CdmEditDeletePermissionTester()); |
160 | 160 |
addField(typifiedNamesComboboxSelect, "typifiedNames", 0, row, 3, row); |
161 |
typifiedNamesComboboxSelect.setReadOnly(false); // FIXME this does not help |
|
161 |
typifiedNamesComboboxSelect.setReadOnly(false); // FIXME this does not help, see #7389
|
|
162 | 162 |
|
163 | 163 |
row++; |
164 | 164 |
citationCombobox = new ToOneRelatedEntityCombobox<Reference>("Citation", Reference.class); |
Also available in: Unified diff
ref #7389 comment referencing the issue