Skip to content

Commit

Permalink
[GT Search]: Package - Existing Item Search
Browse files Browse the repository at this point in the history
  • Loading branch information
seandenigris committed Jul 27, 2024
1 parent 3f490d2 commit 3ecaa91
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/VirtualStash-Core/VsPackagePrice.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,18 @@ VsPackagePrice >> itemPricesGtViewFor: aView [
^ result
]

{ #category : #accessing }
VsPackagePrice >> itemSearchFor: aSearch [
<gtSearch>

^ aSearch list
title: 'Items (existing)';
priority: 100;
items: [ self priceList rootPrices ];
filterBySubstring;
send: [ :item | self addItem: item ]
]

{ #category : #accessing }
VsPackagePrice >> itemSearchNewFor: aSearch [
<gtSearch>
Expand Down

0 comments on commit 3ecaa91

Please sign in to comment.