bug #7943
TypeDesignationsEditor Select Reference for figure
Status:
In Progress
Priority:
New
Assignee:
Category:
cdm-vaadin
Target version:
Start date:
12/07/2018
Due date:
% Done:
10%
Severity:
normal
Found in Version:
Description
Double selection of a reference needed to be saved as reference of a figure (Release & Test)
First selection of a reference for a figure is shown but not cached (?), not accepted (?)
Second selection of a reference is fine.
Associated revisions
ref #7943 removing duplicate assignment of RelatedEntityButtonUpdaters
History
#1 Updated by Andreas Kohlbecker 2 months ago
- Status changed from New to In Progress
- Target version changed from Unassigned CDM tickets to Release 5.6
- % Done changed from 0 to 10
it is not clear why this problem exists for the reference combobox and not for the collection combobox. Both are implemented identically.
The value of the first select can not be set to the field since the wrappedProperySource which is used internally in the lazySelect is missing the getterMethod. On the second valueCangeEvent the getterMethod is available in the datasource.