Skip to content

Commit

Permalink
Merge pull request #11553 from marcellamaki/filter-displayed-facility…
Browse files Browse the repository at this point in the history
…-sync-tasks

Don't display LOD sync or cleanup sync tasks on the Facility Tasks page
  • Loading branch information
marcellamaki authored Nov 21, 2023
2 parents feb5d34 + ecdba51 commit 8048572
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kolibri/core/auth/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,6 @@ def validate(self, data):
track_progress=False,
cancellable=False,
long_running=True,
queue=facility_task_queue,
status_fn=status_fn,
)
def cleanupsync(**kwargs):
Expand Down

0 comments on commit 8048572

Please sign in to comment.