mirror of
https://github.com/ansible/awx.git
synced 2026-08-05 04:20:00 -02:30
Fixes for AC-715 'adding cloud credentials to job_template' and AC-721 'this.scope not defined'
This commit is contained in:
@@ -25,6 +25,8 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies', 'Utilities'])
|
||||
|
||||
accordion_count: 0,
|
||||
|
||||
scope: null,
|
||||
|
||||
has: function(key) {
|
||||
return (this.form[key] && this.form[key] != null && this.form[key] != undefined) ? true : false;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user