Skip to content

Commit

Permalink
define git's GtPhlowToolCommonViewModel [feenkcom/gtoolkit#3422]
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajKubelka committed Oct 30, 2024
1 parent 4fb1483 commit 620ceab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/GToolkit4Git/GtGitElement.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ GtGitElement >> initialize [
self matchParent.
self initializeView.
self navigationModel: self defaultNavigationModel.
self phlow
accessTool: (GtPhlowToolClassType forClass: self class)
viewModel: #navigationModel
object: #repository
]

{ #category : #accessing }
Expand Down

0 comments on commit 620ceab

Please sign in to comment.