Skip to content
Snippets Groups Projects
Commit 1f9e22d8 authored by Valentin Rigal's avatar Valentin Rigal
Browse files

Avoid duplicating a process elements in the pagination

parent 4c948d37
No related branches found
No related tags found
1 merge request!1040Avoid duplicating a process elements in the pagination
......@@ -966,4 +966,4 @@ class ListProcessElements(ListAPIView):
if dataimport.mode not in (DataImportMode.Elements, DataImportMode.Workers):
return Element.objects.none()
return self.retrieve_elements(dataimport).order_by('name')
return self.retrieve_elements(dataimport).order_by('id')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment