mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
Visually differentiate closed UVs from the others
This commit is contained in:
@ -46,4 +46,4 @@ class UvController(ControllerBase):
|
||||
)
|
||||
@paginate(PageNumberPaginationExtra, page_size=100)
|
||||
def fetch_uv_list(self, search: Query[UvFilterSchema]):
|
||||
return search.filter(UV.objects.values())
|
||||
return search.filter(UV.objects.order_by("code").values())
|
||||
|
Reference in New Issue
Block a user