N°1386 - Advanced Search: Navigation in list - Browse this list - back from run_query

This commit is contained in:
acognet
2023-05-25 16:07:15 +02:00
parent 9ebcbf2459
commit b852e72088
15 changed files with 132 additions and 44 deletions

View File

@@ -899,10 +899,18 @@ JS;
return $oTable;
}
public static function MakeParamForBasket(array $aPostedFields)
{
$oBlock = new DataTableBasket($aPostedFields);
return $oBlock;
}
/**
* @return array
*/
public static function GetAllowedParams(): array
public
static function GetAllowedParams(): array
{
return [
'surround_with_panel',
@@ -953,4 +961,5 @@ JS;
/** Don't provide the standard object creation feature */
];
}
}