Bug #70675
api_entreprise : KeyError 'recipient' sur le endpoint document_association
Status:
Nouveau
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
25 October 2022
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
'recipient': kwargs['recipient'],
Mais le paramètre 'recipient' n'est pas obligatoire sur ce endoint, il faut faire comme dans l'appel web vers api-entreprise :
kwargs.get('recipient') or self.recipient