Projet

Général

Profil

Bug #41890

api entreprise, include_private non opérationnel

Ajouté par Frédéric Péters il y a environ 4 ans. Mis à jour il y a environ 4 ans.

Statut:
Fermé
Priorité:
Normal
Assigné à:
Version cible:
-
Début:
20 avril 2020
Echéance:
% réalisé:

0%

Temps estimé:
Patch proposed:
Oui
Planning:
Non

Description

Il y a un test qui vérifie qu'il est bien passé à la méthode get(), mais celle-ci ne l'envoie pas :

    def get(self, path, **kwargs):
        params = {'token': self.token}
        for param in ('context', 'object'):
            if not kwargs.get(param):
                raise WrongParameter([param], [])
            params[param] = kwargs[param]
        params['recipient'] = kwargs.get('recipient') or self.recipient
        url = urljoin(self.url, path)
        try:
            response = self.requests.get(url, data=params)

Fichiers


Demandes liées

Lié à Passerelle - Development #41417: Connecteur API Entreprise : récupérer les entreprises non-diffusablesFermé07 avril 2020

Actions

Révisions associées

Révision ac9bd8cd (diff)
Ajouté par Emmanuel Cazenave il y a environ 4 ans

api_entreprise: pass include_private to http request (#41890)

Historique

#2

Mis à jour par Emmanuel Cazenave il y a environ 4 ans

  • Lié à Development #41417: Connecteur API Entreprise : récupérer les entreprises non-diffusables ajouté
#3

Mis à jour par Emmanuel Cazenave il y a environ 4 ans

#4

Mis à jour par Serghei Mihai il y a environ 4 ans

  • Statut changé de Solution proposée à Solution validée
  • Assigné à mis à Emmanuel Cazenave
#5

Mis à jour par Emmanuel Cazenave il y a environ 4 ans

  • Statut changé de Solution validée à Résolu (à déployer)
commit ac9bd8cd1e4d99afad8cd51fc247525819a86010
Author: Emmanuel Cazenave <ecazenave@entrouvert.com>
Date:   Mon Apr 20 16:47:53 2020 +0200

    api_entreprise: pass include_private to http request (#41890)
#6

Mis à jour par Frédéric Péters il y a environ 4 ans

  • Statut changé de Résolu (à déployer) à Solution déployée

Formats disponibles : Atom PDF