ItEr60S08CUAsignacionRecursosLimitantesItEr59S08: Fix bug, avoid rendering limiting resources view twice
This commit is contained in:
parent
8ebe502c7e
commit
437ef05741
1 changed files with 4 additions and 0 deletions
|
|
@ -115,6 +115,10 @@ public class LimitingResourcesController extends GenericForwardComposer {
|
|||
|
||||
public void reload() {
|
||||
try {
|
||||
// FIXME: Temporary fix, it seems the page was already rendered, so
|
||||
// clear it all as it's going to be rendered again
|
||||
parent.getChildren().clear();
|
||||
|
||||
limitingResourceQueueModel.initGlobalView();
|
||||
|
||||
// Initialize interval
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue