Commit de37479b authored by Jérome Perrin's avatar Jérome Perrin

core: sort document conversion formats in report dialog

parent feba3d50
......@@ -5,4 +5,4 @@ td = context.newContent(
temp_object=True,
base_content_type=base_content_type,
base_data=b'not empty')
return [('', '')] + td.getTargetFormatItemList()
return [('', '')] + sorted(td.getTargetFormatItemList())
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