Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I am new to DNN. I am starting a project from scratch, and notice a small invalid
DNN Version 7.0, the ContentWorkflow table defines [PortalID ], with a trailing space. The table is referenced by several sprocs:
AddContentWorkflow
GetContentWorkflows
GetContentWorkflow
... and [PortalID] is used. I have adjusted my local column references to [PortalID ]. Is this a known bug? What is the impact?