mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
fix saving of new jts error
This commit is contained in:
parent
06f157b2c9
commit
eb0c8f389b
@ -360,7 +360,7 @@
|
||||
});
|
||||
|
||||
currentLabels.then(function (current) {
|
||||
var labelsToAdd = $scope.labels
|
||||
var labelsToAdd = ($scope.labels || [])
|
||||
.map(val => val.value);
|
||||
var labelsToDisassociate = current
|
||||
.filter(val => labelsToAdd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user