Skip to content

Commit

Permalink
Merge pull request #1699 from pharo-vcs/fix-1692
Browse files Browse the repository at this point in the history
fixes #1692
  • Loading branch information
estebanlm authored May 2, 2023
2 parents f99d411 + 9c5106d commit c096862
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Iceberg-TipUI/IceTipEntityModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ IceTipEntityModel >> entity [
^ entity
]

{ #category : #fetching }
IceTipEntityModel >> fetch [

self entity fetch
]

{ #category : #initialization }
IceTipEntityModel >> initializeEntity: anObject [
entity := anObject.
Expand Down

0 comments on commit c096862

Please sign in to comment.