Skip to content

Commit

Permalink
Merge pull request #1251 from girder/fix-metadata-filter-icon
Browse files Browse the repository at this point in the history
Fix filter button on item lists
  • Loading branch information
manthey authored Aug 1, 2023
2 parents 5ebc21a + 465bdb9 commit d603031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

### Bug Fixes
- Guard against ICC profiles that won't parse ([#1245](../../pull/1245))
- Fix filter button on item lists ([#1251](../../pull/1251))

## 1.23.2

Expand Down
4 changes: 2 additions & 2 deletions girder/girder_large_image/web_client/templates/itemList.pug
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ ul.g-item-list.li-item-list
else
span.large_image_metadata
= value
if value
span.li-item-list-cell-filter(title="Only show items that match this metadata value exactly", filter-value=value, column-value=column.value)
if value
span.li-item-list-cell-filter(title="Only show items that match this metadata value exactly", filter-value=value, column-value=column.value)
i.icon-filter
if (hasMore && !paginated)
li.g-show-more
Expand Down

0 comments on commit d603031

Please sign in to comment.