no message
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package SapforTestingSystem.SapforConfiguration;
|
||||
import Common.Current;
|
||||
import Common.Database.*;
|
||||
import Common.Global;
|
||||
import Common.UI.DataSetControlForm;
|
||||
import Common.UI.Windows.Dialog.DBObjectDialog;
|
||||
import Common.Utils.Utils;
|
||||
@@ -35,12 +34,12 @@ public class SapforConfigurationDBTable extends DBTable<String, SapforConfigurat
|
||||
@Override
|
||||
public void ShowCurrentObject() throws Exception {
|
||||
super.ShowCurrentObject();
|
||||
Global.db.sapforTasksPackages.ShowUI();
|
||||
// Global.db.sapforTasksPackages.ShowUI();
|
||||
}
|
||||
@Override
|
||||
public void ShowNoCurrentObject() throws Exception {
|
||||
super.ShowNoCurrentObject();
|
||||
Global.db.sapforTasksPackages.ClearUI();
|
||||
// Global.db.sapforTasksPackages.ClearUI();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user