Closed micrenda closed 6 months ago
In LiveDoc, when using document.getChildren(workitem), the items do not have the same order as the LiveDoc.
document.getChildren(workitem)
A possible workaround is to sort, after retrieval, according to the field workitem.outline_number, but a native solution would be better.
workitem.outline_number
Thank you for the excellent library, which is saving lives!
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
In LiveDoc, when using
document.getChildren(workitem)
, the items do not have the same order as the LiveDoc.A possible workaround is to sort, after retrieval, according to the field
workitem.outline_number
, but a native solution would be better.Thank you for the excellent library, which is saving lives!