fix retrieval of process step action entries
This commit is contained in:
@@ -321,7 +321,7 @@ class Wiaas_Admin_Order_Process_Flow {
|
|||||||
$sorting = array( 'key' => 'date_created', 'direction' => 'DESC' );
|
$sorting = array( 'key' => 'date_created', 'direction' => 'DESC' );
|
||||||
$paging = array( 'offset' => 0, 'page_size' => $page_size );
|
$paging = array( 'offset' => 0, 'page_size' => $page_size );
|
||||||
|
|
||||||
$entries = GFAPI::get_entries( $action_form, $search_criteria, $sorting, $paging );
|
$entries = GFAPI::get_entries( $action_form['id'], $search_criteria, $sorting, $paging );
|
||||||
|
|
||||||
foreach ($entries as $action_entry) {
|
foreach ($entries as $action_entry) {
|
||||||
self::_display_step_action_entry($action_form, $action_entry);
|
self::_display_step_action_entry($action_form, $action_entry);
|
||||||
|
|||||||
Reference in New Issue
Block a user