Fix filter function for indexing
This commit is contained in:
@ -197,7 +197,7 @@ class Services(object):
|
||||
if cloud_environment_doc["name"] == cloud_environment:
|
||||
cloud_environment_doc_check = True
|
||||
if environment:
|
||||
if cloud_environment_service["visibility"] == environment:
|
||||
if cloud_environment_doc["visibility"] == environment:
|
||||
cloud_doc_visibility_check = True
|
||||
else:
|
||||
cloud_doc_visibility_check = True
|
||||
|
Reference in New Issue
Block a user