mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 06:28:01 -03:30
Disabling notifications related button for manual groups
This commit is contained in:
parent
490425970a
commit
98e5291bfc
@ -352,7 +352,7 @@ export default
|
||||
if (GroupFormObject.related[itm].include === "NotificationsList") {
|
||||
GroupFormObject.related[itm] = NotificationsList;
|
||||
GroupFormObject.related[itm].generateList = true;
|
||||
GroupFormObject.related[itm].disabled = "source === undefined";
|
||||
GroupFormObject.related[itm].disabled = "source === undefined || source.value === ''";
|
||||
}
|
||||
}
|
||||
return GroupFormObject;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user