Compare commits

...

1 Commits

Author SHA1 Message Date
SunChaoqun
79cb4521ef TESB-25671:Build DemoREST as MS Jar with maven script 2019-04-30 17:37:10 +08:00

View File

@@ -1345,6 +1345,19 @@ public class JavaJobScriptsExportWSWizardPage extends JavaJobScriptsExportWizard
}
}
setDestinationValue(destinationValue);
if (exportMSAsZipButton != null) {
if (addBSButton.getSelection()) {
exportMSAsZipButton.setEnabled(false);
exportMSAsZipButton.setSelection(true);
} else {
exportMSAsZipButton.setEnabled(true);
exportMSAsZipButton.setSelection(false);
}
}
}
});
}