Loading admin/actions/update-bdd.php +5 −3 Original line number Diff line number Diff line Loading @@ -65,8 +65,9 @@ $bdd->dataUpdater()->run('update'); $bdd->logEnd('Données à jour'); // Reconstruction des TBL $c->begin("Reconstruction de tous les plafonds & tableaux de bord"); // Mise à jour du cache des structures $bdd->exec('BEGIN OSE_DIVERS.UPDATE_STRUCTURES(); END;'); $args = 'plafonds construire'; $c->passthru("php " . getcwd() . "/public/index.php " . $args); Loading @@ -76,6 +77,7 @@ $servicePlafond = $oa->container()->get(PlafondService::class); $servicePlafond->construire(); /** @var WorkflowController $wf */ $c->begin('Mise à jour des tableaux de bords'); $wf = $oa->getController(WorkflowController::class); $wf->calculTableauxBordAction(); Loading Loading
admin/actions/update-bdd.php +5 −3 Original line number Diff line number Diff line Loading @@ -65,8 +65,9 @@ $bdd->dataUpdater()->run('update'); $bdd->logEnd('Données à jour'); // Reconstruction des TBL $c->begin("Reconstruction de tous les plafonds & tableaux de bord"); // Mise à jour du cache des structures $bdd->exec('BEGIN OSE_DIVERS.UPDATE_STRUCTURES(); END;'); $args = 'plafonds construire'; $c->passthru("php " . getcwd() . "/public/index.php " . $args); Loading @@ -76,6 +77,7 @@ $servicePlafond = $oa->container()->get(PlafondService::class); $servicePlafond->construire(); /** @var WorkflowController $wf */ $c->begin('Mise à jour des tableaux de bords'); $wf = $oa->getController(WorkflowController::class); $wf->calculTableauxBordAction(); Loading