prompt-for vars in API browser box smart behavior

This commit is contained in:
AlanCoding
2016-04-07 17:37:33 -04:00
parent bea15021b3
commit 056a7d798a
2 changed files with 19 additions and 4 deletions
+6 -3
View File
@@ -2119,9 +2119,12 @@ class JobLaunchSerializer(BaseSerializer):
'ask_tags_on_launch', 'ask_job_type_on_launch',
'ask_inventory_on_launch')
extra_kwargs = {
'credential': {
'write_only': True,
},
'credential': {'write_only': True,},
'limit': {'write_only': True,},
'job_tags': {'write_only': True,},
'skip_tags': {'write_only': True,},
'job_type': {'write_only': True,},
'inventory': {'write_only': True,}
}
def get_credential_needed_to_start(self, obj):