|
Lines 349-359
subtest 'Status Graph tests' => sub {
Link Here
|
| 349 |
name => 'Requested from partners', |
349 |
name => 'Requested from partners', |
| 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' ], |
352 |
next_actions => [ 'COMP', 'CHK', 'REQREV' ], |
| 353 |
ui_method_icon => 'fa-send-o', |
353 |
ui_method_icon => 'fa-send-o', |
| 354 |
}, |
354 |
}, |
| 355 |
REQREV => { |
355 |
REQREV => { |
| 356 |
prev_actions => [ 'REQ' ], |
356 |
prev_actions => [ 'REQ', 'GENREQ' ], |
| 357 |
id => 'REQREV', |
357 |
id => 'REQREV', |
| 358 |
name => 'Request reverted', |
358 |
name => 'Request reverted', |
| 359 |
ui_method_name => 'Revert Request', |
359 |
ui_method_name => 'Revert Request', |
| 360 |
- |
|
|