mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56: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 {
|
||||
encodeParams.searchTerm = true;
|
||||
}
|
||||
removed = qs.encodeParam(encodeParams);
|
||||
}
|
||||
else {
|
||||
removed = setDefaults(tagToRemove);
|
||||
}
|
||||
removed = qs.encodeParam(encodeParams);
|
||||
}
|
||||
_.each(removed, (value, key) => {
|
||||
if (Array.isArray(queryset[key])){
|
||||
|
||||
Reference in New Issue
Block a user