Development #71995
affichage nom de méthode d'un appel webservice
Start date:
04 December 2022
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Yes
Planning:
No
Description
Actuellement ça affiche uniquement POST ou GET,
{% if wscall.request.method == 'POST' %}POST{% else %}GET{% endif %}
alors que depuis #12416 PUT, PATCH et DELETE existent également.
Files
Associated revisions
History
Updated by Frédéric Péters 2 months ago
- File 0001-backoffice-display-correct-method-for-webservice-cal.patch 0001-backoffice-display-correct-method-for-webservice-cal.patch added
- Status changed from Nouveau to Solution proposée
- Patch proposed changed from No to Yes
Updated by Thomas Noël about 2 months ago
- Status changed from Solution proposée to Solution validée
Updated by Frédéric Péters about 2 months ago
- Status changed from Solution validée to Résolu (à déployer)
commit 85db61a1f79a60ec49f123395f671aa1d76918bb Author: Frédéric Péters <fpeters@entrouvert.com> Date: Sun Dec 4 13:15:52 2022 +0100 backoffice: display correct method for webservice calls (#71995)
Updated by Transition automatique about 2 months ago
- Status changed from Résolu (à déployer) to Solution déployée
backoffice: display correct method for webservice calls (#71995)