Commit 0856ab9
committed
fix: use replace strategy when updating RoutingGatewayGroupPriority objects #707
The 'merge' strategy does not work for this model because it's internal representation is a pipe delimited string instead of an array like usual. We must use 'replace' instead to ensure the entire object gets written correctly.1 parent 378b604 commit 0856ab9
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments