Skip to content
Extraits de code Groupes Projets
Valider e334bd88 rédigé par RastaPopoulos's avatar RastaPopoulos
Parcourir les fichiers

Ajouter l'information de l'id_parent dans les pipelines insertion puisqu'on...

Ajouter l'information de l'id_parent dans les pipelines insertion puisqu'on l'a (remplie ou pas peu importe).
parent 856e873a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -234,6 +234,7 @@ function objet_inserer($objet, $id_parent = null, $set = null) { ...@@ -234,6 +234,7 @@ function objet_inserer($objet, $id_parent = null, $set = null) {
array( array(
'args' => array( 'args' => array(
'table' => $table_sql, 'table' => $table_sql,
'id_parent' => $id_parent,
), ),
'data' => $champs 'data' => $champs
) )
...@@ -262,6 +263,7 @@ function objet_inserer($objet, $id_parent = null, $set = null) { ...@@ -262,6 +263,7 @@ function objet_inserer($objet, $id_parent = null, $set = null) {
array( array(
'args' => array( 'args' => array(
'table' => $table_sql, 'table' => $table_sql,
'id_parent' => $id_parent,
'id_objet' => $id, 'id_objet' => $id,
), ),
'data' => $champs 'data' => $champs
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter