Skip to content

Commit

Permalink
Remove filter from analysis Model filter func
Browse files Browse the repository at this point in the history
  • Loading branch information
susilnem committed Jun 14, 2024
1 parent 18c448a commit 9866203
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/analysis/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ def _get_entries_qs(analysis_pillar, entry_filters):
queryset=analysis_pillar.get_entries_qs(), # Queryset from AnalysisPillar
data=entry_filters, # User Defined filter
request=dummy_request,
lead_confidentialities=[Lead.Confidentiality.UNPROTECTED] # Only public leads are allowed
).qs

def get_entries_qs(self):
Expand Down

0 comments on commit 9866203

Please sign in to comment.