From 61007b485bc015e9c9ec5f36a10e140d6e76a112 Mon Sep 17 00:00:00 2001 From: Torsten Bergmann Date: Tue, 5 Dec 2023 23:39:28 +0100 Subject: [PATCH] IceTipTagModel>>doesNotUnderstand: #branchName when browsing tags Fix #1775 --- Iceberg-TipUI/IceTipEntityModel.class.st | 6 ++++++ Iceberg-TipUI/IceTipTagModel.class.st | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Iceberg-TipUI/IceTipEntityModel.class.st b/Iceberg-TipUI/IceTipEntityModel.class.st index 7c9c4c177d..bcb03bed95 100644 --- a/Iceberg-TipUI/IceTipEntityModel.class.st +++ b/Iceberg-TipUI/IceTipEntityModel.class.st @@ -80,6 +80,12 @@ IceTipEntityModel >> isModelOf: anObject [ ^ self entity = anObject ] +{ #category : 'accessing' } +IceTipEntityModel >> name [ + + ^ self entity name +] + { #category : 'tagging' } IceTipEntityModel >> newCreateTagAction: aString [ diff --git a/Iceberg-TipUI/IceTipTagModel.class.st b/Iceberg-TipUI/IceTipTagModel.class.st index cc72af64a0..6d978a09d2 100644 --- a/Iceberg-TipUI/IceTipTagModel.class.st +++ b/Iceberg-TipUI/IceTipTagModel.class.st @@ -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