We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GtPhlowToolCommonViewModel
1 parent 4fb1483 commit 620ceabCopy full SHA for 620ceab
src/GToolkit4Git/GtGitElement.class.st
@@ -43,6 +43,10 @@ GtGitElement >> initialize [
43
self matchParent.
44
self initializeView.
45
self navigationModel: self defaultNavigationModel.
46
+ self phlow
47
+ accessTool: (GtPhlowToolClassType forClass: self class)
48
+ viewModel: #navigationModel
49
+ object: #repository
50
]
51
52
{ #category : #accessing }
0 commit comments