diff --git a/Iceberg-TipUI/IceTipEntityModel.class.st b/Iceberg-TipUI/IceTipEntityModel.class.st index 73e915b102..49b9933bf4 100644 --- a/Iceberg-TipUI/IceTipEntityModel.class.st +++ b/Iceberg-TipUI/IceTipEntityModel.class.st @@ -54,6 +54,12 @@ IceTipEntityModel >> entity [ ^ entity ] +{ #category : #fetching } +IceTipEntityModel >> fetch [ + + self entity fetch +] + { #category : #initialization } IceTipEntityModel >> initializeEntity: anObject [ entity := anObject.