Bug #1343: Allow showing closed projects in the company view, if they are

inside the filter dates.

FEA: ItEr76S04BugFixing
This commit is contained in:
Jacobo Aragunde Pérez 2012-02-02 19:31:38 +01:00
parent 6f7278e26e
commit be031cc5da

View file

@ -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);