no message

This commit is contained in:
2023-10-30 20:19:31 +03:00
parent 5cde073d56
commit bfc9efe834
7 changed files with 46 additions and 24 deletions

View File

@@ -31,6 +31,6 @@ public class SapforPackageFields implements DialogFields, FormWithSplitters {
lObjectName.setText(object.id);
treePanel.add(
new JScrollPane(
new SapforTasksPackageTree(SapforTasksPackageInterface.getTree(object))));
new SapforTasksPackageTree(SapforTasksPackageInterface.getTreeRoot(object))));
}
}