Commit 6ea877ca authored by Jérome Perrin's avatar Jérome Perrin

core: sort document conversion formats in report dialog

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