Projet

Général

Profil

Actions

Anomalie #15082

fermé

Les contacts des PJ ne sont pas rattaché correctement.

Ajouté par Ludovic ARAUJO il y a environ 4 ans. Mis à jour il y a plus de 3 ans.

Statut:
R&D - Terminé
Priorité:
0-Bloquant
Assigné à:
Ludovic ARAUJO
Version cible:
Début:
08/10/2020
Echéance:

Description

code a modifier :

Ligne 395, fichier migrateContacts.php :

    $query = "update res_attachments as ra set
        recipient_id = tmp.old_contact_id, recipient_type = 'contact'
    from (values
           $valuesOld
        ) as tmp(new_id, old_address_id, old_contact_id)
    where ra.dest_contact_id = tmp.old_contact_id and ra.dest_address_id = tmp.old_address_id";

A remplacer par :

    $query = "update res_attachments as ra set
        recipient_id = tmp.new_id, recipient_type = 'contact'
    from (values
           $valuesOld
        ) as tmp(new_id, old_address_id, old_contact_id)
    where ra.dest_contact_id = tmp.old_contact_id and ra.dest_address_id = tmp.old_address_id";

Demandes liées 1 (0 ouverte1 fermée)

Lié à Backlog Courrier - Anomalie #14620: MAJ 20.03 recette : probleme reprise des contactsR&D - TerminéGuillaume HEURTIER13/08/2020Actions
Actions

Formats disponibles : Atom PDF