Skip to content

Commit

Permalink
FP-2981: IDE - Copy subFlow doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
quirinpa committed Oct 17, 2024
1 parent 7edd37d commit 6b33bee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# TBD

- [FP-2981](https://movai.atlassian.net/browse/FP-2981): IDE - Copy subFlow doesn't work

# 1.3.0 - This version contains breaking changes in the lib-ide <-> IDE DataTypes and useDataTypes interface

- [FP-2716](https://movai.atlassian.net/browse/FP-2716): Annotations imported cannot be edited
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ export default class MainInterface {
Visualization: nodePos,
[NODE_PROP_DATA.LABEL]: name,
Label: name,
ContainerFlow: nodeData.ContainerFlow,
name: name,
id: name
};
Expand Down

0 comments on commit 6b33bee

Please sign in to comment.