diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/ResourceAllocationController.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/ResourceAllocationController.java index fe63a03ea..854fb83b2 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/ResourceAllocationController.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/ResourceAllocationController.java @@ -118,7 +118,6 @@ public class ResourceAllocationController extends GenericForwardComposer { private Label allConsolidatedResourcesPerDay; private Button applyButton; - private Button advancedAllocationButton; private NewAllocationSelector newAllocationSelector; @@ -311,7 +310,6 @@ public class ResourceAllocationController extends GenericForwardComposer { allocationSelector.addChoosen(); } finally { tbResourceAllocation.setSelected(true); - advancedAllocationButton.setVisible(true); applyButton.setVisible(true); allocationSelector.clearAll(); Util.reloadBindings(allocationsGrid); @@ -319,7 +317,6 @@ public class ResourceAllocationController extends GenericForwardComposer { } public void goToAdvancedSearch() { - advancedAllocationButton.setVisible(false); applyButton.setVisible(false); workerSearchTab.setSelected(true); } @@ -360,7 +357,6 @@ public class ResourceAllocationController extends GenericForwardComposer { */ public void onCloseSelectWorkers() { tbResourceAllocation.setSelected(true); - advancedAllocationButton.setVisible(true); applyButton.setVisible(true); newAllocationSelector.clearAll(); } diff --git a/navalplanner-webapp/src/main/webapp/planner/taskpanels/_tabPanelNonLimitingResourceAllocation.zul b/navalplanner-webapp/src/main/webapp/planner/taskpanels/_tabPanelNonLimitingResourceAllocation.zul index cab865989..1aa8ecc37 100644 --- a/navalplanner-webapp/src/main/webapp/planner/taskpanels/_tabPanelNonLimitingResourceAllocation.zul +++ b/navalplanner-webapp/src/main/webapp/planner/taskpanels/_tabPanelNonLimitingResourceAllocation.zul @@ -119,7 +119,5 @@