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