Temporarily remove ask_variables for job relaunch

This commit is contained in:
Matthew Jones 2014-11-24 15:24:11 -05:00
parent 300fb677fa
commit cfb4361eb4

View File

@ -1882,7 +1882,7 @@ class JobRelaunch(GenericAPIView):
obj = self.get_object()
data = {}
data['passwords_needed_to_start'] = obj.passwords_needed_to_start
data['ask_variables_on_launch'] = obj.ask_variables_on_launch
#data['ask_variables_on_launch'] = obj.ask_variables_on_launch
return Response(data)
def post(self, request, *args, **kwargs):