Skip to content

Commit 620ceab

Browse files
committed
define git's GtPhlowToolCommonViewModel [feenkcom/gtoolkit#3422]
1 parent 4fb1483 commit 620ceab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/GToolkit4Git/GtGitElement.class.st

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ GtGitElement >> initialize [
4343
self matchParent.
4444
self initializeView.
4545
self navigationModel: self defaultNavigationModel.
46+
self phlow
47+
accessTool: (GtPhlowToolClassType forClass: self class)
48+
viewModel: #navigationModel
49+
object: #repository
4650
]
4751

4852
{ #category : #accessing }

0 commit comments

Comments
 (0)