Skip to content

Commit

Permalink
Merge branch 'release_23.0' into release_23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Feb 9, 2024
2 parents 0008b4d + bed5c5e commit 7bffadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/managers/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def name_filter(term):
query = query.filter(model.StoredWorkflow.importable == true())
elif q == "deleted":
query = query.filter(model.StoredWorkflow.deleted == true())
show_deleted = true
show_deleted = True
elif q == "shared_with_me":
if not show_shared:
message = "Can only use tag is:shared_with_me if show_shared parameter also true."
Expand Down

0 comments on commit 7bffadb

Please sign in to comment.