Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Nov 26, 2024
1 parent 9d9943e commit 4629558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onadata/apps/logger/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def restore_form(self, request, queryset):
def get_actions(self, request):
actions = super().get_actions(request)
if "delete_selected" in actions:
# disable delete_selected action
del actions["delete_selected"]
return actions

Expand Down

0 comments on commit 4629558

Please sign in to comment.