提交 60c88b79 编写于 作者: N Nikita Akilov

#12525 do not disable nodes table upon second activation in task editor

this page is only created in editors of new tasks, disabling this table leads to inability to walk back and change export type
上级 dfdd35a9
......@@ -223,11 +223,9 @@ class DataTransferPagePipes extends ActiveWizardPage<DataTransferWizard> {
@Override
public void activatePage() {
if (activated) {
if (activated && getWizard().getSettings().isPipeChangeRestricted()) {
// Second activation - we need to disable any selectors
if (getWizard().getSettings().isPipeChangeRestricted() || getWizard().isTaskEditor()) {
nodesTable.getTable().setEnabled(false);
}
nodesTable.getTable().setEnabled(false);
return;
}
activated = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册