- Issue created by @swirt
When BatchOperations::assembleRows is called to build the List of BatchOperations in the UI it blindly calls $script->getTotalItemCount(); which gathers the items to be processed (could be an intensive gathering)
but then in buildCompleteStatus() it only uses that value if there is no BatchOpLog from a previous run.
There are two options
Active
1.0
User interface