Skip to content

Commit 498728f

Browse files
committed
[chores] Clean up of old hack for django-nested-admin
1 parent 3d33037 commit 498728f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

openwisp_controller/connection/admin.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ class CommandInline(admin.StackedInline):
106106
fields = ['status', 'type', 'input_data', 'output_data', 'created', 'modified']
107107
readonly_fields = ['input_data', 'output_data']
108108
formset = LimitedCommandResults
109-
# hack for openwisp-monitoring integration
110-
# TODO: remove when this issue solved:
111-
# https://github.com/theatlantic/django-nested-admin/issues/128#issuecomment-665833142
112-
sortable_options = {'disabled': True}
113109

114110
def get_queryset(self, request, select_related=True):
115111
"""

0 commit comments

Comments
 (0)