Skip to content

Commit

Permalink
Disable published dataset list for anonymous users.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Mar 15, 2024
1 parent 77ad424 commit d1725aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/entry/analysis/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export function fetchMenu(options = {}) {
{
title: _l("Datasets"),
url: "/datasets/list_published",
hidden: !Galaxy.user.id,
},
{
title: _l("Histories"),
Expand Down

0 comments on commit d1725aa

Please sign in to comment.