Commit 18a83fb
committed
fix(decorator-util): uncomment error
when testing with one of our production apps (gi-kis) we have two models (OrderLinkedForm & CoverSheetForm) which define both the same index FORMS_ORDER_ID_TYPE and extend Form and BaseForm, an error will occur when decorators are executed, this should work.
for now we just uncomment the error1 parent ef18185 commit 18a83fb
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments