ItEr30S17ValidacionEProbasFuncionais: Resolved regression of new dependency creation

This commit is contained in:
Lorenzo Tilve 2009-10-16 10:57:29 +02:00 committed by Manuel Rego Casasnovas
parent 122639724e
commit 23dc5679dd

View file

@ -225,7 +225,6 @@ public class MultipleTabsPlannerController implements Composer {
return new CreatedOnDemandTab(ENTERPRISE_VIEW, componentCreator) {
@Override
protected void afterShowAction() {
super.afterShowAction();
companyPlanningController.setConfigurationForPlanner();
breadcrumbs.getChildren().clear();
breadcrumbs.appendChild(new Label(PLANNIFICATION));
@ -257,6 +256,12 @@ public class MultipleTabsPlannerController implements Composer {
return new CreatedOnDemandTab( ORDER_ENTERPRISE_VIEW , componentCreator) {
@Override
protected void afterShowAction() {
orderPlanningController.setOrder(mode.getOrder());
Map<String, Object> arguments = new HashMap<String, Object>();
arguments.put("orderPlanningController",
orderPlanningController);
if (breadcrumbs.getChildren() != null) {
breadcrumbs.getChildren().clear();
}