Friday, August 27, 2021
1 change
Resolved issues and error corrections
This fix prevents planning data summaries from being forced into a more detailed grouping mode when that was not requested. It helps ensure Planning views and reports load grouped information consistently with the user's selected options.
Original PR description
Prior to this commit, the read_group lazy argument was forced to False due to the read_group override. The read_group override is only useful when the lazy argument is set to False, the override is now executed when lazy argument has such value. read_group params in the super call are clarified to avoid any ambiguity. This commit fixes PR #19695 . task-2633228