When is a status report taken from planned_task instead of the baseline tables?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2023 06:50 AM
I have our SPM managers requesting a lot of changes to every single widget used in the status report page. The various widgets on the page have code to read from the planned_task table if a param isn't specified and the report ID isn't baseline, yet I am unable to find how to actually view a status report without taking it from the baseline table(s). Is this just some legacy or 'just-in-case' code that is there, or is there some other way to pull up an up to date status report (without commenting out the baseline table stuff)?
This is the code I'm referring to -
That seems to be always called no matter how I try to bring up a status report. I'm just wondering if I need to mess around with the planned_task code for these changes they are requesting.