no message

This commit is contained in:
2024-10-14 01:50:33 +03:00
parent 9669eb61d2
commit 031ae09a4b
13 changed files with 35 additions and 24 deletions

View File

@@ -60,7 +60,7 @@ public class PublishComponent extends ComponentsRepositoryPass<Component> {
f.fields.cbAssemblyOnServer.setVisible(false);
f.fields.cbAssemblyOnServer.setSelected(false);
}
if (f.ShowDialog(code().getDescription())) {
if (f.ShowDialog(getDescription())) {
target.needs_update_minimal_version = f.fields.cbUpdateMinimalVersion.isSelected();
return true;
}