Skip to content

Commit

Permalink
Add missing configurable fb dependency on save
Browse files Browse the repository at this point in the history
Saving a type udpdates the dependency tracking of the type entry. For
configurable types their dependencies where not added to the dependency
list.
  • Loading branch information
azoitl authored and bwiesmayr committed Apr 22, 2024
1 parent 2258e75 commit ffa471d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -148,6 +148,7 @@ private void addFBNetworkElementChildren(final FBNetworkElement fbnElement) thro
}
if (fbnElement instanceof final ConfigurableFB configFb) {
addAttributes(configFb.getConfigurationAsAttributes());
addDependency(configFb.getDataType());
}
addAttributes(fbnElement.getAttributes());

Expand Down

0 comments on commit ffa471d

Please sign in to comment.