mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
the _.eq alias must not be available in the version of lodash that we use. _.isEqual is available.
This commit is contained in:
parent
e63eb35dd0
commit
84507969f5
@ -212,7 +212,7 @@ export default ['templateUrl', 'Rest', 'GetBasePath', 'generateList', '$compile'
|
||||
if ($scope.originalSelectedCredentials) {
|
||||
return !($scope.originalSelectedCredentials.machine === null &&
|
||||
$scope.originalSelectedCredentials.extra.length === 0) &&
|
||||
!_.eq($scope.selectedCredentials,
|
||||
!_.isEqual($scope.selectedCredentials,
|
||||
$scope.originalSelectedCredentials);
|
||||
} else {
|
||||
return false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user