Skip to content

Commit

Permalink
Bug Fix : sortable was last argument
Browse files Browse the repository at this point in the history
  • Loading branch information
gagandeep committed Nov 27, 2018
1 parent a84bb00 commit 6019c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion categories/editor/tree_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def old_changelist_view(self, request, extra_context=None):
self.list_display_links, self.list_filter, self.date_hierarchy,
self.search_fields, self.list_select_related,
self.list_per_page, self.list_max_show_all,
self.list_editable, self.sortable_by, self)
self.list_editable, self, self.sortable_by)
else:
params = (
request, self.model, list_display,
Expand Down

0 comments on commit 6019c0d

Please sign in to comment.