This commit is contained in:
2023-11-21 21:29:38 +03:00
parent 82a6f4b879
commit 1ec872b7ae
9 changed files with 23 additions and 28 deletions

View File

@@ -54,7 +54,7 @@ public class PublishComponent extends ComponentsRepositoryPass<Component> {
}
if (target.getComponentType().equals(ComponentType.Sapfor_F)) {
f.fields.cbAssemblyOnServer.setVisible(true);
f.fields.cbAssemblyOnServer.setSelected(true);
f.fields.cbAssemblyOnServer.setSelected(false);
} else {
f.fields.cbAssemblyOnServer.setVisible(false);
f.fields.cbAssemblyOnServer.setSelected(false);

View File

@@ -0,0 +1,4 @@
package Visual_DVM_2021.Passes.All;
import Visual_DVM_2021.Passes.SapforTransformation;
public class SPF_RemoveOmpDirectives extends SapforTransformation {
}