Suppression des opérations et des transferts

This commit is contained in:
Ludovic Stephan 2019-12-23 14:16:23 +01:00
parent c95e1818b2
commit af0de33d4c
3 changed files with 33 additions and 13 deletions

View file

@ -1208,7 +1208,7 @@ def kpsul_perform_operations(request):
@teamkfet_required
@kfet_password_auth
def kpsul_cancel_operations(request):
def cancel_operations(request):
# Pour la réponse
data = {"canceled": [], "warnings": {}, "errors": {}}