Skip to content

Commit

Permalink
now fix for real
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Dec 26, 2023
1 parent 750041f commit 40062f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Iceberg-TipUI/IceTipVersionHistoryModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ IceTipVersionHistoryModel >> name [

{ #category : 'private' }
IceTipVersionHistoryModel >> retrieveHistory [
| history |

self repositoryModel checkMissing.
self application
informUser: ('Retrieving history of {1}' format: { self entity printString })
during: [ self repositoryModel entity log historyOfMethod: self entity ]
during: [ history := self repositoryModel entity log historyOfMethod: self entity ].
^ history
]

0 comments on commit 40062f8

Please sign in to comment.