mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
Fixed bug where you couldn't delete the standard out search tags if there was more than one.
This commit is contained in:
@@ -137,11 +137,8 @@ export default ['$stateParams', '$scope', '$state', 'QuerySet', 'GetBasePath', '
|
|||||||
else {
|
else {
|
||||||
encodeParams.searchTerm = true;
|
encodeParams.searchTerm = true;
|
||||||
}
|
}
|
||||||
removed = qs.encodeParam(encodeParams);
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
removed = setDefaults(tagToRemove);
|
|
||||||
}
|
}
|
||||||
|
removed = qs.encodeParam(encodeParams);
|
||||||
}
|
}
|
||||||
_.each(removed, (value, key) => {
|
_.each(removed, (value, key) => {
|
||||||
if (Array.isArray(queryset[key])){
|
if (Array.isArray(queryset[key])){
|
||||||
|
|||||||
Reference in New Issue
Block a user