Bug #1343: Allow showing closed projects in the company view, if they are
inside the filter dates. FEA: ItEr76S04BugFixing
This commit is contained in:
parent
6f7278e26e
commit
be031cc5da
1 changed files with 0 additions and 1 deletions
|
|
@ -690,7 +690,6 @@ public class CompanyPlanningModel implements ICompanyPlanningModel {
|
|||
TaskGroup associatedTaskElement = order.getAssociatedTaskElement();
|
||||
|
||||
if (associatedTaskElement != null
|
||||
&& STATUS_VISUALIZED.contains(order.getState())
|
||||
&& (predicate == null || predicate
|
||||
.accepts(associatedTaskElement))) {
|
||||
associatedTaskElement.setSimplifiedAssignedStatusCalculationEnabled(true);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue