bug #7245
validation of ToOneRelatedEntityCombobox not working
100%
Description
ToOneRelatedEntityCombobox set to required are not validated when the editor is comitted.
validation is only triggered when LazyComboBox.setValue()
is called, this however happens not when the selection is initially empty.
We need to be able to validate empty selections: Nomenclatural references are required in the TaxonName editor in the phycobank application
Associated revisions
fix #7245 fixing validation of ToOneRelatedEntityCombobox and re-enabling TaxonNamePopupEditorMode.REQUIRE_NOMENCLATURALREFERENCE
History
#1 Updated by Andreas Kohlbecker almost 3 years ago
- Description updated (diff)
#2 Updated by Andreas Müller almost 3 years ago
- Target version changed from Release 4.14 to Release 5.0
#3 Updated by Andreas Kohlbecker almost 3 years ago
- Priority changed from New to Priority14
#4 Updated by Andreas Kohlbecker over 2 years ago
- Target version changed from Release 5.0 to Release 5.1
#5 Updated by Andreas Kohlbecker over 2 years ago
- Target version changed from Release 5.1 to Release 5.2
#6 Updated by Andreas Kohlbecker over 2 years ago
- Target version changed from Release 5.2 to Release 5.3
#7 Updated by Andreas Kohlbecker over 2 years ago
- Target version changed from Release 5.3 to Release 5.4
#8 Updated by Andreas Kohlbecker about 2 years ago
- Target version changed from Release 5.4 to Release 5.5
#9 Updated by Andreas Kohlbecker about 2 years ago
- Priority changed from Priority14 to Highest
This issue becomes more important now that blocking registrations are created. Names with missing nom. references cause broken registrations.
#10 Updated by Andreas Kohlbecker about 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdm-vaadin|98a2455f3da2841496b415bc1f402515a6e0b034.
#11 Updated by Andreas Kohlbecker about 2 years ago
- Assignee changed from Andreas Kohlbecker to Wolf-Henning Kusber
Please review once the test-server is updated
#12 Updated by Wolf-Henning Kusber about 2 years ago
- Status changed from Resolved to Closed
- Assignee changed from Wolf-Henning Kusber to Andreas Kohlbecker
- % Done changed from 50 to 100
Tested:
Name can not be saved without a referene, warning is fine.
No problems.