ItEr36S11CUCreacionUnidadesPlanificacionItEr35S12: Fixing label name for advanced allocation button and renaming associated controller fuction to show better intent
This commit is contained in:
parent
711280344a
commit
704ab10c45
2 changed files with 3 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue