From 56dcda09608f6645b5a437e07e6409fe3b730b85 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Mon, 28 Mar 2016 11:35:21 +0200 Subject: [PATCH] Revert "remove mandatory uuid when creating demand (#10423)" --- passerelle_paris_poc_gru/out_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passerelle_paris_poc_gru/out_views.py b/passerelle_paris_poc_gru/out_views.py index dac6d38..816bfd2 100644 --- a/passerelle_paris_poc_gru/out_views.py +++ b/passerelle_paris_poc_gru/out_views.py @@ -87,7 +87,7 @@ class CreateDemandView(DemandBaseView): def post(self, request, *args, **kwargs): data = self.validate_data([ 'id_status_crm','id_demand_type', - 'status_text', + 'status_text', 'user_guid' ]) response = requests.post(self.ws.url + '/demand/create',