Revert "remove mandatory uuid when creating demand (#10423)"

This commit is contained in:
Serghei Mihai 2016-03-28 11:35:21 +02:00
parent 6ab38cc7fc
commit 56dcda0960
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',
'status_text', 'user_guid'
])
response = requests.post(self.ws.url + '/demand/create',