ItEr36S11CUCreacionUnidadesPlanificacionItEr35S12: Fixing label name for advanced allocation button and renaming associated controller fuction to show better intent

This commit is contained in:
Óscar González Fernández 2009-11-23 20:25:41 +01:00
parent 711280344a
commit 704ab10c45
2 changed files with 3 additions and 3 deletions

View file

@ -404,7 +404,7 @@ public class ResourceAllocationController extends GenericForwardComposer {
close();
}
public void advanceAllocation() {
public void goToAdvancedAllocation() {
AllocationResult allocationResult = formBinder.getLastAllocation();
if (allocationResult.getAggregate().isEmpty()) {
formBinder.doApply();

View file

@ -186,8 +186,8 @@
<button label="${i18n:_('Apply')}" id="applyButton" />
<button label="${i18n:_('Cancel')}"
onClick="allocationController.cancel()" />
<button label="${i18n:_('Advance allocation')}"
onClick="allocationController.advanceAllocation();" />
<button label="${i18n:_('Advanced Allocation')}"
onClick="allocationController.goToAdvancedAllocation();" />
</hbox>
</window>