Merge pull request #3789 from AlanCoding/rm_fields

Remove job ask_ fields that reference JT

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-05-03 11:42:19 +00:00
committed by GitHub
3 changed files with 2 additions and 86 deletions

View File

@@ -3624,7 +3624,6 @@ class JobStart(GenericAPIView):
)
if obj.can_start:
data['passwords_needed_to_start'] = obj.passwords_needed_to_start
data['ask_variables_on_launch'] = obj.ask_variables_on_launch
return Response(data)
def post(self, request, *args, **kwargs):