Lines 356-362
subtest 'Status Graph tests' => sub {
Link Here
|
356 |
prev_actions => [ 'REQ', 'GENREQ' ], |
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 |
method => 'cancel', |
360 |
method => 'cancel', |
361 |
next_actions => [ 'REQ', 'GENREQ', 'KILL' ], |
361 |
next_actions => [ 'REQ', 'GENREQ', 'KILL' ], |
362 |
ui_method_icon => 'fa-times', |
362 |
ui_method_icon => 'fa-times', |
Lines 468-481
subtest 'Status Graph tests' => sub {
Link Here
|
468 |
name => 'Requested from partners', |
468 |
name => 'Requested from partners', |
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' ], |
471 |
next_actions => [ 'COMP', 'CHK', 'REQREV' ], |
472 |
ui_method_icon => 'fa-send-o', |
472 |
ui_method_icon => 'fa-send-o', |
473 |
}, |
473 |
}, |
474 |
REQREV => { |
474 |
REQREV => { |
475 |
prev_actions => [ 'REQ' ], |
475 |
prev_actions => [ 'REQ', 'GENREQ' ], |
476 |
id => 'REQREV', |
476 |
id => 'REQREV', |
477 |
name => 'Request reverted', |
477 |
name => 'Request reverted', |
478 |
ui_method_name => 'Revert Request', |
478 |
ui_method_name => 'Revert request', |
479 |
method => 'cancel', |
479 |
method => 'cancel', |
480 |
next_actions => [ 'REQ', 'GENREQ', 'KILL' ], |
480 |
next_actions => [ 'REQ', 'GENREQ', 'KILL' ], |
481 |
ui_method_icon => 'fa-times', |
481 |
ui_method_icon => 'fa-times', |
482 |
- |
|
|