remove mandatory uuid when creating demand (#10423)

This commit is contained in:
Josue Kouka 2016-03-24 16:42:52 +01:00
parent 93ff8344ab
commit 5b245c77b0
1 changed files with 1 additions and 1 deletions

View File

@ -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', 'user_guid'
'status_text',
])
response = requests.post(self.ws.url + '/demand/create',