ItEr60S04ValidacionEProbasFuncionaisItEr59S04: [Bug #533] Fix bug resetting the Model to the default 'by resources' filter when entering that screen.
This commit is contained in:
parent
3afe0985e5
commit
ddb26229fe
1 changed files with 2 additions and 1 deletions
|
|
@ -147,7 +147,8 @@ public class ResourceLoadController implements Composer {
|
|||
timeTracker = null;
|
||||
resourcesLoadPanel = null;
|
||||
firstLoad = true;
|
||||
reload(currentFilterByResources);
|
||||
resourceLoadModel.setPageFilterPosition(0);
|
||||
reload(true); //show filter by resources by default
|
||||
}
|
||||
|
||||
private void reload(boolean filterByResources) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue