Skip to content

Commit

Permalink
include deactivated datasets in version history
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinvanschoren committed Dec 2, 2023
1 parent bfdf365 commit 439159f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/client/app/src/pages/search/Dataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export class DatasetItem extends React.Component {
avatar={
<Avatar><FontAwesomeIcon icon="clock" /></Avatar>
}
href={"search?type=data&sort=version&order=asc&exact_name=" + this.props.object.name}
href={"search?type=data&sort=version&status=any&order=asc&exact_name=" + this.props.object.name}
component="a"
clickable
/></Grid>
Expand Down

0 comments on commit 439159f

Please sign in to comment.