mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-03 06:31:49 -05:00
Handle notification admin user type in the UI
This commit is contained in:
@@ -275,7 +275,7 @@ export default ['Rest', 'Wait',
|
||||
return $scope[i];
|
||||
}
|
||||
|
||||
params.notification_configuration = _.object(Object.keys(form.fields)
|
||||
params.notification_configuration = _.fromPairs(Object.keys(form.fields)
|
||||
.filter(i => (form.fields[i].ngShow && form.fields[i].ngShow.indexOf(v) > -1))
|
||||
.map(i => [i, processValue($scope[i], i, form.fields[i])]));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user