Skip to content
Snippets Groups Projects
Commit aeb9f058 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Fixing

parent f5fe4564
No related branches found
No related tags found
No related merge requests found
Pipeline #38817 passed
image: registre.unicaen.fr:5000/unicaen-dev-php7.3-apache
stages: stages:
- publish - publish
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- vendor/
update-satis: update-satis:
stage: publish stage: publish
image: python:3.9
script: script:
- apt-get update && apt-get -y upgrade && apt-get -y install curl
- curl https://gest.unicaen.fr/packagist/update - curl https://gest.unicaen.fr/packagist/update
...@@ -168,7 +168,7 @@ class SynchronisationService ...@@ -168,7 +168,7 @@ class SynchronisationService
if ($item['deleted_on'] === null && !isset($data_source[$id])) { if ($item['deleted_on'] === null && !isset($data_source[$id])) {
$nbRetrait++; $nbRetrait++;
// $texte_retrait .= "Retrait de ".$id." des données destination.\n"; // $texte_retrait .= "Retrait de ".$id." des données destination.\n";
$this->getSqlHelperService()->delete($orm_destination, $table_destination, $primarykey_id, $id); $this->getSqlHelperService()->delete($orm_destination, $table_destination, $correspondance[$primarykey_id], $id);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment