-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
0 diffThe changes in this pull request have verified to be zero-diff with the target branch.The changes in this pull request have verified to be zero-diff with the target branch.
Description
Currently the callback AERO state in the GOCART parent includes items from its childrens state. To do this it violates componentization to a small degree, but we don't want to introduce the necessary cheats to enable this in MAPL3.
The correct way to handle this is for each child to have its own export callback state. The parent then adds an import callback state for each child and uses those accordingly.
Getting this on develop will simplify the transition to MAPL3 where this is the "only" way to provide the functionality.
@pcolarco You will want to watch this one as well.
Metadata
Metadata
Assignees
Labels
0 diffThe changes in this pull request have verified to be zero-diff with the target branch.The changes in this pull request have verified to be zero-diff with the target branch.