Skip to content

Commit b945136

Browse files
committed
ST6RI-178 isLibraryElement derived feature is always included in the
model upload
1 parent 16b95d6 commit b945136

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org.omg.sysml/src/org/omg/sysml/util/traversal/facade/impl/JsonElementProcessingFacade.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ protected List<Map<String, UUID>> getIdentified(List<Element> elements) {
162162
}
163163

164164

165-
private final Set<String> alwaysEnabledDerived = Set.of("importedElement", "owner");
165+
private final Set<String> alwaysEnabledDerived = Set.of("importedElement", "owner", "isLibraryElement");
166166

167167
/**
168168
* Create an (API)Element for the given model (EMF)Element including the values of all its non-derived

0 commit comments

Comments
 (0)