lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 373103cd authored by Jérome Perrin's avatar Jérome Perrin

configurator: display sorted categories

parent b157a11c
......@@ -167,4 +167,4 @@ class CategoriesSpreadsheetConfiguratorItem(ConfiguratorItemMixin, XMLObject):
result.append(('/'.join(title_list[1:]),
'/'.join(path.split('/')[1:])))
return result
return sorted(result)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment