提交 c93f31a1 编写于 作者: S Serge Rider

#11304 Disable save button for tasks without descriptors

上级 09665d8f
......@@ -418,10 +418,7 @@ public abstract class TaskConfigurationWizard<SETTINGS extends DBTTaskSettings>
public void updateSaveTaskButtons() {
if (saveAsTaskButton != null) {
// TODO: we should be able to save/run task immediately if it was saved before.
// TODO: There is a bug in DT wizard which doesn't let to do it (producers/consumers are initialized only on the last page).
// TODO: init transfer for all deserialized producers/consumers
saveAsTaskButton.setEnabled(/*(getTaskWizard() != null && getTaskWizard().isCurrentTaskSaved()) || */canFinish());
saveAsTaskButton.setEnabled(canFinish() && getTaskType() != null);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册