|
Lines 350-356
subtest 'Status Graph tests' => sub {
Link Here
|
| 350 |
ui_method_name => 'Place request with partners', |
350 |
ui_method_name => 'Place request with partners', |
| 351 |
method => 'generic_confirm', |
351 |
method => 'generic_confirm', |
| 352 |
next_actions => [ 'COMP', 'CHK', 'REQREV' ], |
352 |
next_actions => [ 'COMP', 'CHK', 'REQREV' ], |
| 353 |
ui_method_icon => 'fa-send-o', |
353 |
ui_method_icon => 'fa-paper-plane', |
| 354 |
}, |
354 |
}, |
| 355 |
REQREV => { |
355 |
REQREV => { |
| 356 |
prev_actions => [ 'REQ', 'GENREQ' ], |
356 |
prev_actions => [ 'REQ', 'GENREQ' ], |
|
Lines 469-475
subtest 'Status Graph tests' => sub {
Link Here
|
| 469 |
ui_method_name => 'Place request with partners', |
469 |
ui_method_name => 'Place request with partners', |
| 470 |
method => 'generic_confirm', |
470 |
method => 'generic_confirm', |
| 471 |
next_actions => [ 'COMP', 'CHK', 'REQREV' ], |
471 |
next_actions => [ 'COMP', 'CHK', 'REQREV' ], |
| 472 |
ui_method_icon => 'fa-send-o', |
472 |
ui_method_icon => 'fa-paper-plane', |
| 473 |
}, |
473 |
}, |
| 474 |
REQREV => { |
474 |
REQREV => { |
| 475 |
prev_actions => [ 'REQ', 'GENREQ' ], |
475 |
prev_actions => [ 'REQ', 'GENREQ' ], |
| 476 |
- |
|
|