[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:
parent
e9d93fc727
commit
93765d7460
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue