Skip to content

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 requested a review from AnonymousWP November 23, 2023 02:51
@psyray psyray self-assigned this Nov 23, 2023
@AnonymousWP AnonymousWP merged commit 10afeeb into yogeshojha:master Nov 23, 2023
@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