Skip to content

Commit

Permalink
Remove defunct sharing column link
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed May 18, 2018
1 parent 22774f4 commit ff456ac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/galaxy/web/framework/helpers/grids.py
Original file line number Diff line number Diff line change
Expand Up @@ -848,12 +848,6 @@ def _is_shared(self, item):

return item.users_shared_with

def get_link(self, trans, grid, item):
is_shared = self._is_shared(item)
if not item.deleted and (is_shared or item.importable or item.published):
return dict(operation="share or publish", id=item.id)
return None

def filter(self, trans, user, query, column_filter):
""" Modify query to filter histories by sharing status. """
if column_filter == "All":
Expand Down

0 comments on commit ff456ac

Please sign in to comment.