Commit c1c3e69
committed
fix(sap_concur): wire the travel request sendback comment through the block
move_travel_request accepts a documented query comment that Concur
applies to the sendback action, but the params branch never passed it
and the block's only comment field is gated to create_report_comment, so
the value was unreachable from the UI.
Uses a dedicated sendbackComment subblock rather than widening the
existing comment field: that one is required for create_report_comment
while this is optional, so sharing an id would both clash on
required-ness and let a value bleed between the two operations.1 parent cd70568 commit c1c3e69
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1007 | 1007 | | |
1008 | 1008 | | |
1009 | 1009 | | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
1010 | 1018 | | |
1011 | 1019 | | |
1012 | 1020 | | |
| |||
2264 | 2272 | | |
2265 | 2273 | | |
2266 | 2274 | | |
| 2275 | + | |
2267 | 2276 | | |
2268 | 2277 | | |
2269 | 2278 | | |
| |||
2534 | 2543 | | |
2535 | 2544 | | |
2536 | 2545 | | |
| 2546 | + | |
| 2547 | + | |
| 2548 | + | |
| 2549 | + | |
| 2550 | + | |
2537 | 2551 | | |
2538 | 2552 | | |
2539 | 2553 | | |
| |||
0 commit comments