Add multi-page support to objectManager, use it for the vendor class
This commit is contained in:
committed by
WineHQ
parent
095d228296
commit
95fc2d366b
@@ -78,7 +78,7 @@ if($oObject->iId)
|
||||
switch($aClean['sAction'])
|
||||
{
|
||||
case "cancel":
|
||||
$oObject->display_table(); /* go back to the queue */
|
||||
$oObject->display_table($aClean); /* go back to the queue */
|
||||
break;
|
||||
|
||||
case "edit":
|
||||
@@ -102,7 +102,7 @@ if($oObject->iId)
|
||||
if($oObject->bIsQueue)
|
||||
$oObject->display_queue_processing_help();
|
||||
|
||||
$oObject->display_table();
|
||||
$oObject->display_table($aClean);
|
||||
}
|
||||
|
||||
apidb_footer();
|
||||
|
||||
Reference in New Issue
Block a user