mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
fixed autopopulation of org and user lookups
This commit is contained in:
@@ -197,6 +197,10 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
|
||||
this.scope = element.scope();
|
||||
}
|
||||
|
||||
if (options.mode) {
|
||||
this.scope.mode = options.mode;
|
||||
}
|
||||
|
||||
for (fld in form.fields) {
|
||||
this.scope[fld + '_field'] = form.fields[fld];
|
||||
this.scope[fld + '_field'].name = fld;
|
||||
|
||||
Reference in New Issue
Block a user