Commit f2f76bc
authored
Fix logic that allows ignoring Resource and SDK setters (#539)
Issue #, if available:
Description of changes:
- fix logic that allows ignoring SDK setters (i.e. `sdkCreate` and `sdkUpdate`) for nested fields. The field path map is currently queried using a wrong key i.e. the field name instead of field path.
- introduce logic that allows ignoring Resource setters (i.e. `sdkFind`).
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 83fa6d6 commit f2f76bc
2 files changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1301 | 1301 | | |
1302 | 1302 | | |
1303 | 1303 | | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
1304 | 1318 | | |
1305 | 1319 | | |
1306 | 1320 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1108 | 1108 | | |
1109 | 1109 | | |
1110 | 1110 | | |
1111 | | - | |
| 1111 | + | |
1112 | 1112 | | |
1113 | 1113 | | |
1114 | 1114 | | |
| |||
1117 | 1117 | | |
1118 | 1118 | | |
1119 | 1119 | | |
1120 | | - | |
1121 | 1120 | | |
1122 | 1121 | | |
1123 | 1122 | | |
| |||
0 commit comments