Commit 5ee88a0d authored by Klaus Wölfel's avatar Klaus Wölfel Committed by Klaus Wölfel

ERP5Configurator: sort categories by title for use in configurator forms

parent c03088d2
......@@ -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