Skip to content

Commit

Permalink
Merge a611eb9
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Oct 28, 2024
2 parents bf16b6b + a611eb9 commit d3f2e3f
Show file tree
Hide file tree
Showing 16 changed files with 64 additions and 429 deletions.
328 changes: 0 additions & 328 deletions repository/OpenPonk-BPMN-Validation/OPBPMNValidationWorkbench.class.st

This file was deleted.

2 changes: 1 addition & 1 deletion repository/OpenPonk-BPMN/OPBPMNActivityShape.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ OPBPMNActivityShape >> createRoassalShape [

]

{ #category : 'rendering' }
{ #category : 'initialization' }
OPBPMNActivityShape >> initialize [
super initialize.
self createBorder.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,6 @@ OPBPMNCollapsedSubProcessController >> modelClass [
^ OPBPMNCollapsedSubProcessModel
]

{ #category : 'connecting' }
OPBPMNCollapsedSubProcessController >> renderDiagramElement [

super renderDiagramElement.
model
when: OPBPMNPlaceTokensChanged
do: [ self diagramElement modelChanged ]
for: self
]

{ #category : 'connecting' }
OPBPMNCollapsedSubProcessController >> typeIconForModel [
^ self model typeIconFor: self model type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ OPBPMNCollapsedSubProcessShape >> initialize [

]

{ #category : 'removing' }
OPBPMNCollapsedSubProcessShape >> removeRender [

super removeRender.
subprocessIcon := nil
]

{ #category : 'connecting' }
OPBPMNCollapsedSubProcessShape >> renderShapeDetails [

Expand Down
1 change: 0 additions & 1 deletion repository/OpenPonk-BPMN/OPBPMNDataFlowShape.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Class {
#name : 'OPBPMNDataFlowShape',
#superclass : 'OPEdge',
#instVars : [
'shape',
'borderColor'
],
#category : 'OpenPonk-BPMN-Shapes',
Expand Down
Loading

0 comments on commit d3f2e3f

Please sign in to comment.