Assets 2.6 EE 2.9.3
I have the following test code in an otherwise empty template
{exp:assets:files fixed_order="3922|834|3991" }
<p>{file_id}</p>
{/exp:assets:files}
I would expect it to output in the order of the fixed_order parameter but it does not instead I see this:
834
3922
3991
Any idea why this is not working as expected?