no message
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user