Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endpoints list popup empty #1070

Merged
merged 4 commits into from
Nov 23, 2023
Merged

Endpoints list popup empty #1070

merged 4 commits into from
Nov 23, 2023

Conversation

psyray
Copy link
Contributor

@psyray psyray commented Nov 23, 2023

In certain case, endpoints popup list is empty.
After research I saw that some url pointing to endpoint list miss the project parameter causing the base query which fetch the datas returns empty result

endpoints_obj = EndPoint.objects.filter(scan_history__domain__project__slug=project)

I've added some conditions to fit to the parameters possibilities and set the project parameter on all links

Endpoint display in all case well now

@psyray psyray self-assigned this Nov 23, 2023
@AnonymousWP AnonymousWP merged commit 10afeeb into yogeshojha:master Nov 23, 2023
4 of 5 checks passed
@psyray psyray deleted the fix-endpoints-popup-empty branch February 21, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants