Skip to content

fix(task): remove active filter from TaskListAPI queryset#3068

Merged
DevWithPranav merged 1 commit into
gtech-mulearn:devfrom
DevWithPranav:dev
Jul 22, 2026
Merged

fix(task): remove active filter from TaskListAPI queryset#3068
DevWithPranav merged 1 commit into
gtech-mulearn:devfrom
DevWithPranav:dev

Conversation

@DevWithPranav

Copy link
Copy Markdown
Collaborator

📌 Description

Removes the hardcoded .filter(active=True) constraint from TaskListAPI

@greptile-apps

greptile-apps Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR expands the dashboard task list to include inactive tasks. The main change is:

  • Removes the hardcoded active=True filter from TaskListAPI.

Confidence Score: 4/5

The dashboard list and CSV export need consistent inactive-task handling before merging.

  • The changed list remains authenticated, role-restricted, and paginated.
  • Inactive tasks displayed in the dashboard are omitted from the related CSV export.

api/dashboard/task/dash_task_view.py

Important Files Changed

Filename Overview
api/dashboard/task/dash_task_view.py The dashboard list now includes inactive tasks, but its CSV export remains active-only.

Reviews (1): Last reviewed commit: "fix(task): remove active filter from Tas..." | Re-trigger Greptile

Comment thread api/dashboard/task/dash_task_view.py
@DevWithPranav
DevWithPranav merged commit 258cce1 into gtech-mulearn:dev Jul 22, 2026
3 checks passed
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.

2 participants