ItEr38S05ValidacionEProbasFuncionaisItEr37S06: [Bug #168] Fixing second issue reported at bug 168

When going to advance assignment perspective it reload the new changes that have been saved
This commit is contained in:
Óscar González Fernández 2009-12-10 01:57:13 +01:00
parent 76d63c0cc3
commit 302d419ed5

View file

@ -388,6 +388,7 @@ public class AdvancedAllocationController extends GenericForwardComposer {
}
public void reset(IBack back, List<AllocationInput> allocationInputs) {
rowsCached = null;
setInputData(back, allocationInputs);
loadAndInitializeComponents();
}