Commit c551b47
authored
Fix NPE before creating entity links during dynamic state management
This this aligns the call to `EntityLinkUtil#createEntityLinks` with the other places
by first checking if entity links are even enabled1 parent bb087aa commit c551b47
1 file changed
Lines changed: 4 additions & 2 deletions
File tree
- modules/flowable-engine/src/main/java/org/flowable/engine/impl/dynamic
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1101 | 1101 | | |
1102 | 1102 | | |
1103 | 1103 | | |
1104 | | - | |
1105 | | - | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
1106 | 1108 | | |
1107 | 1109 | | |
1108 | 1110 | | |
| |||
0 commit comments