|
@@ -866,21 +866,6 @@ class ONUAdmin extends WorkflowBaseAdmin
|
|
|
return $datasourceit;
|
|
|
}
|
|
|
|
|
|
- //Get a client from api/clients in base
|
|
|
- private function getClient($id){
|
|
|
- $container = $this->getConfigurationPool()->getContainer();
|
|
|
-
|
|
|
- die("OK");
|
|
|
-
|
|
|
- /*if ($container->hasParameter('client') && $id) {
|
|
|
- $webservice = $this->get("webservice");
|
|
|
- $filters = array("qb-ids" => $id, 'qb-criteria' => true);
|
|
|
- $clients = $webservice->getData($this->getParameter('client'), $filters);
|
|
|
- var_dump($clients);
|
|
|
- exit;
|
|
|
- }*/
|
|
|
- }
|
|
|
-
|
|
|
// Get all clientsIDs and get data from api/clients.json in base
|
|
|
private function getClients($datagrid)
|
|
|
{
|