|
Lines 295-305
subtest 'Status Graph tests' => sub {
Link Here
|
| 295 |
name => 'Requested from partners', |
295 |
name => 'Requested from partners', |
| 296 |
ui_method_name => 'Place request with partners', |
296 |
ui_method_name => 'Place request with partners', |
| 297 |
method => 'generic_confirm', |
297 |
method => 'generic_confirm', |
| 298 |
next_actions => [ 'COMP', 'CHK' ], |
298 |
next_actions => [ 'COMP', 'CHK', 'REQREV' ], |
| 299 |
ui_method_icon => 'fa-send-o', |
299 |
ui_method_icon => 'fa-send-o', |
| 300 |
}, |
300 |
}, |
| 301 |
REQREV => { |
301 |
REQREV => { |
| 302 |
prev_actions => [ 'REQ' ], |
302 |
prev_actions => [ 'REQ', 'GENREQ' ], |
| 303 |
id => 'REQREV', |
303 |
id => 'REQREV', |
| 304 |
name => 'Request reverted', |
304 |
name => 'Request reverted', |
| 305 |
ui_method_name => 'Revert Request', |
305 |
ui_method_name => 'Revert Request', |
| 306 |
- |
|
|