Comment 2 for bug 1821094

Revision history for this message
Jane Sandberg (sandbergja) wrote : Re: Item status refresh after editting can get confusingly slow

Another thing that would help: I intentionally have the itemSvc.fetch calls running sequentially, rather than concurrently so that the rows don't get out of order. If itemSvc.fetch offered a way to fetch a row in place, rather than unshifting, we could run those calls concurrently without the sorting issue.