Lines 359-369
subtest 'Status Graph tests' => sub {
Link Here
|
359 |
name => 'Requested from partners', |
359 |
name => 'Requested from partners', |
360 |
ui_method_name => 'Place request with partners', |
360 |
ui_method_name => 'Place request with partners', |
361 |
method => 'generic_confirm', |
361 |
method => 'generic_confirm', |
362 |
next_actions => [ 'COMP', 'CHK' ], |
362 |
next_actions => [ 'COMP', 'CHK', 'REQREV' ], |
363 |
ui_method_icon => 'fa-send-o', |
363 |
ui_method_icon => 'fa-send-o', |
364 |
}, |
364 |
}, |
365 |
REQREV => { |
365 |
REQREV => { |
366 |
prev_actions => [ 'REQ' ], |
366 |
prev_actions => [ 'REQ', 'GENREQ' ], |
367 |
id => 'REQREV', |
367 |
id => 'REQREV', |
368 |
name => 'Request reverted', |
368 |
name => 'Request reverted', |
369 |
ui_method_name => 'Revert Request', |
369 |
ui_method_name => 'Revert Request', |
370 |
- |
|
|