Commit 443550d
committed
AbstractWrapperService: fix serious wrapping bug
When calling the create method, after a match is found, the data needs
to actually get populated by calling the set method. Otherwise, the
create method will return an unpopulated wrapper object.
This bug was not discovered until now because the only core type of
WrapperPlugin, the InputWidget, overrode the create method with its
own implementation that populated the data properly.1 parent 32ced3c commit 443550d
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments