galaxy-dist commit b36700318a81: Making the 'Lab' tab visible to users own at least one sequencing request
20 Nov
2010
20 Nov
'10
12:22 a.m.
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User rc # Date 1286562829 14400 # Node ID b36700318a817db7d9817213aef9e7d1602b9aec # Parent d3fa82adee9782d27d4de9a92a3d1be47bd138c8 Making the 'Lab' tab visible to users own at least one sequencing request --- a/templates/webapps/galaxy/base_panels.mako +++ b/templates/webapps/galaxy/base_panels.mako @@ -78,7 +78,7 @@ %> ## Lab menu. - %if trans.user and trans.user.accessible_request_types(trans): + %if trans.user and trans.user.requests: <% menu_options = [ [ 'Sequencing Requests', h.url_for( controller='/requests', action='index' ) ],
5146
Age (days ago)
5146
Last active (days ago)
0 comments
1 participants
participants (1)
-
commits-noreply@bitbucket.org