1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 22:21:13 +03:00

docs feedback for fojf incorporated

This commit is contained in:
AlanCoding 2016-10-17 08:35:26 -04:00
parent 48fc9eb773
commit 10c847e804

View File

@ -2251,7 +2251,7 @@ class WorkflowNodeBaseSerializer(BaseSerializer):
always_nodes = serializers.PrimaryKeyRelatedField(many=True, read_only=True)
fail_on_job_failure = serializers.BooleanField(
help_text=('If set to true, and if the job runs and fails, '
'the workflow will also be marked as failed.'),
'the workflow is marked as failed.'),
default=True)
class Meta: