Loading lib/galaxy/managers/workflows.py +1 −1 Original line number Diff line number Diff line Loading @@ -201,7 +201,7 @@ class WorkflowsManager(sharable.SharableModelManager, deletable.DeletableManager query = query.filter(model.StoredWorkflow.published == 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." Loading Loading
lib/galaxy/managers/workflows.py +1 −1 Original line number Diff line number Diff line Loading @@ -201,7 +201,7 @@ class WorkflowsManager(sharable.SharableModelManager, deletable.DeletableManager query = query.filter(model.StoredWorkflow.published == 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." Loading