Skip to content

Commit 37b4665

Browse files
authored
Merge pull request #19637 from AlexisCnockaert/callsite-methodgroup
Fix call site command for 'Show Group in browser'
2 parents abcdb26 + 7c2c1d2 commit 37b4665

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/Calypso-SystemTools-QueryBrowser/ClyShowGroupsInMethodBrowserCommand.class.st

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,7 @@ ClyShowGroupsInMethodBrowserCommand >> defaultMenuItemName [
4747
{ #category : 'execution' }
4848
ClyShowGroupsInMethodBrowserCommand >> execute [
4949

50-
| queries fullQuery |
51-
queries := methodGroups collect: [:each | each methodQuery].
52-
fullQuery := ClyQuery unionFrom: queries.
53-
54-
browser spawnQueryBrowserOn: fullQuery
50+
(Smalltalk tools toolNamed: #messageList) browse: methodGroups first methods
5551
]
5652

5753
{ #category : 'execution' }

0 commit comments

Comments
 (0)