Skip to content

average waiting time calculation breaks on requests that went from created directly to approved

2 things need to be done here:

  • function Reuquest waitingTime needs to be able to handle a null/missing processing event
  • perhaps insert a processing event before the finisher (approve/reject) if there wasn't one
Edited by Cédric Willekens