Skip to content

Commit

Permalink
Fixed flows being added as nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Dec 5, 2024
1 parent 1af67a2 commit 50b0c70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions repository/OpenPonk-BPMN/OPBPMNEdgeController.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ OPBPMNEdgeController >> modelTarget: aModel in: aParentModel [
^ true
]

{ #category : 'construction' }
OPBPMNEdgeController >> registerModelInContainer: aParentModel [

"do nothing"
]

{ #category : 'destruction' }
OPBPMNEdgeController >> removeModel [
self model owner remove: self model.
Expand Down

0 comments on commit 50b0c70

Please sign in to comment.