Skip to content
Snippets Groups Projects
Commit df654227 authored by Andreas Bayha's avatar Andreas Bayha
Browse files

GREEN

Issue-ref: 4329
Issue-URL: af3#4329



Signed-off-by: default avatarAndreas Bayha <bayha@fortiss.org>
parent f21365be
No related branches found
No related tags found
1 merge request!2124329
Pipeline #39200 passed
Pipeline: maven-releng

#39201

    CrossFeatureConstraintPropertySectionBase.java 37e772fb3471f85320170d373cbe2f319c350655 GREEN
    FeaturePropertySectionBase.java 598842b12b5bbb6f3cf2461a4d05fc721b637f54 GREEN
    FeaturePropertySectionBase.java 9b338ff5ab4c70179d406bc0d76b8c62a1dbc8ae GREEN
    HasPresenceConditionPropertySectionBase.java ef300f0d9294d76f5d80e45b8cc0d94c24586a24 GREEN
    ......@@ -56,6 +56,7 @@ public class FeaturePropertySectionBase extends PropertySectionBase {
    if(feature.eContainer() instanceof AbstractAlternativeFeature ||
    feature instanceof AbstractFeatureModel) {
    optionalCheckbox.setEnabled(false);
    optionalCheckbox.setSelection(false);
    } else {
    optionalCheckbox.setEnabled(true);
    optionalCheckbox.setSelection(feature.isOptional());
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment