We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3dcd7 commit 2f1a1d4Copy full SHA for 2f1a1d4
source/app/blueprints/rest/v2/alerts.py
@@ -171,8 +171,6 @@ def get_related_alerts(self, identifier):
171
172
try:
173
alert = alerts_get(iris_current_user, identifier)
174
- if not user_has_client_access(iris_current_user.id, alert.alert_customer_id):
175
- return response_api_error('Alert not found')
176
177
open_alerts = request.args.get('open-alerts', 'false').lower() == 'true'
178
open_cases = request.args.get('open-cases', 'false').lower() == 'true'
0 commit comments