[Bug #837] Fix bug

When entering a new allocation form the recommended allocation goes to
the intial state, so it's enabled.

FEA: ItEr70S04BugFixing
This commit is contained in:
Óscar González Fernández 2011-02-08 15:36:38 +01:00
parent e9d93fc727
commit 93765d7460

View file

@ -659,6 +659,7 @@ public class FormBinder {
public void setRecommendedAllocation(Button recommendedAllocation) {
this.btnRecommendedAllocation = recommendedAllocation;
this.btnRecommendedAllocation.setDisabled(false);
Util.ensureUniqueListener(recommendedAllocation, Events.ON_CLICK,
new EventListener() {
@Override