Skip to content

Commit

Permalink
Fix collection breadcrumbs not updating after moving. Force the colle…
Browse files Browse the repository at this point in the history
…ction to reload when you visit it (metabase#8120)
  • Loading branch information
tlrobinson authored and kdoh committed Jul 20, 2018
1 parent 73cbdd3 commit c9c022c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/metabase/components/CollectionLanding.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ const SelectionControls = ({
@entityObjectLoader({
entityType: "collections",
entityId: (state, props) => props.params.collectionId,
reload: true,
})
class CollectionLanding extends React.Component {
render() {
Expand Down

0 comments on commit c9c022c

Please sign in to comment.