Skip to content

Commit

Permalink
IceTipTagModel>>doesNotUnderstand: #branchName when browsing tags
Browse files Browse the repository at this point in the history
Fix  #1775
  • Loading branch information
astares committed Dec 5, 2023
1 parent c0fe582 commit 61007b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions Iceberg-TipUI/IceTipEntityModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ IceTipEntityModel >> isModelOf: anObject [
^ self entity = anObject
]

{ #category : 'accessing' }
IceTipEntityModel >> name [

^ self entity name
]

{ #category : 'tagging' }
IceTipEntityModel >> newCreateTagAction: aString [
<noCache>
Expand Down
6 changes: 0 additions & 6 deletions Iceberg-TipUI/IceTipTagModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ IceTipTagModel >> description [
^ self entity name
]

{ #category : 'accessing' }
IceTipTagModel >> name [

^ self entity name
]

{ #category : 'actions' }
IceTipTagModel >> previewCheckout [
"this will open a 'checkout browser' that will allow user to validate the changes before
Expand Down

0 comments on commit 61007b4

Please sign in to comment.