tsgrp / HPI

OpenContent Management Suite (OCMS)
http://www.tsgrp.com/products
17 stars 5 forks source link

Generate Workflow Report Fails if Document is Deleted #2336

Closed mwojno-tsg closed 3 years ago

mwojno-tsg commented 3 years ago

Overview

Proposed Solution

mwojno-tsg commented 3 years ago

Issue resolved with OC commit: 26552. Addresses the issue when a document is deleted it will error when generating the workflow report b/c it can't find the document. I have placed a try/catch around the getAllVersions call that was producing the error. If a document is somehow deleted, it will fill in blank fields within the excel report for the document properties.

CR: gsteimer, dgrumieaux