From 2579081df2a568192887d776a6965af323b7c4ee Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 18 Aug 2022 13:40:16 +0200 Subject: make it possible to list all repositories in the web UI --- src/hydrilla/proxy/state_impl/mappings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hydrilla/proxy/state_impl/mappings.py') diff --git a/src/hydrilla/proxy/state_impl/mappings.py b/src/hydrilla/proxy/state_impl/mappings.py index 5e31814..3668784 100644 --- a/src/hydrilla/proxy/state_impl/mappings.py +++ b/src/hydrilla/proxy/state_impl/mappings.py @@ -130,4 +130,4 @@ class ConcreteMappingVersionStore(st.MappingVersionStore): info = st.MappingDisplayInfo(ref, item_info, status, is_orphan) result.append(info) - return result + return sorted(result, key=(lambda di: di.info)) -- cgit v1.2.3