We have a custom component that filters out CG22 forms and Modifies the dDocTitle of certain workflows. All of this functionality is working correctly except we've been informed that now all the URL's that are part of our Content ID all go to a particular document, instead of the one attached to that workflow.
If they go to the workflow info and look at the native file, they can still access the correct document.
The issue doesn't arise when we remove the custom my workflow assignments component.
I believe the issue occurs when looping through "WorkflowInQueue" from the 'workflow_in_queue_sort' section. But I don't see anything in the code that's changing anything other than the dDocTitle and deleting unwanted rows.
For some reason the DocUrl used in the 'setup_workflow_in_queue_table_row' part is not changing with the rest of the row data. And I’m unsure why because I'm not explicitly changing anything to do with that.