- Issue created by @swirt
It would be nice to have a BatchOpLog show the duration in hours, mins, seconds so that we know how long something took.
We are showing duration in the log list but not on the log itself.
This is achieved by
`$batch_op_log->get('last')->value - $batch_op_log->get('created')->value`
And then passing that later to
convertDuration();
The problem is `convertDuration()` is misnamed as it actually converts multiple in an array.
Change
Active
1.0
User interface