Closedown

This commit is contained in:
boccioli_m
2015-09-03 15:21:25 +02:00
parent f3251fb1ec
commit 2efb0de4cd

View File

@@ -1768,6 +1768,10 @@ public class TestingList extends Panel {
boolean bShow = Controller.getInstance().getLevel()==AccessLevel.administrator;
showSelectedTestsOnly(bShow);
jCheckBoxMenuShowSelectedTests1.setState(bShow);
if(!bShow){
//if tests are not shown, then show the load tests dialog
loadSettings();
}
logger.log(Level.INFO, iCounter + " tests loaded.");
}