Skip to content

Commit a8a3049

Browse files
committed
Minor cleanup, return error: null in API success call.
1 parent 04898fc commit a8a3049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polymorphic_tree/admin/parentadmin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def api_node_moved_view(self, request):
198198
# Report back to client.
199199
return HttpResponse(simplejson.dumps({
200200
'action': 'success',
201-
'error': '',
201+
'error': None,
202202
'moved_id': moved_id,
203203
'action_column': self.actions_column(moved),
204204
}), content_type='application/json')

0 commit comments

Comments
 (0)