Skip to content

Commit

Permalink
endpoint for erase_trash_folder returned useless data
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Oct 11, 2024
1 parent c1dbda1 commit 2a163c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion finder/admin/folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ def erase_trash_folder(self, request):
'success_url': reverse(
'admin:finder_inodemodel_change',
args=(fallback_folder.id,),
current_app=self.admin_site.name,
),
})

Expand Down

0 comments on commit 2a163c0

Please sign in to comment.