commit/galaxy-central: greg: (no commit message)
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/9ec73a5b31a4/ changeset: r5102:9ec73a5b31a4 user: greg date: 2011-02-22 16:38:35 summary: (no commit message) affected #: 2 files (173 bytes) --- a/lib/galaxy/web/controllers/library_common.py Mon Feb 21 16:25:35 2011 -0500 +++ b/lib/galaxy/web/controllers/library_common.py Tue Feb 22 10:38:35 2011 -0500 @@ -1585,6 +1585,7 @@ message += '(%s)' % ldda.name message += '. ' if valid_ldda_ids: + encoded_ldda_ids = [ trans.security.encode_id( ldda_id ) for ldda_id in valid_ldda_ids ] folder_id = trans.security.encode_id( valid_lddas[0].library_dataset.folder.id ) trans.response.send_redirect( web.url_for( controller='library_common', action='ldda_permissions', @@ -1592,7 +1593,7 @@ use_panels=use_panels, library_id=library_id, folder_id=folder_id, - id=",".join( valid_ldda_ids ), + id=",".join( encoded_ldda_ids ), show_deleted=show_deleted, message=util.sanitize_text( message ), status=status ) ) --- a/templates/library/common/browse_library.mako Mon Feb 21 16:25:35 2011 -0500 +++ b/templates/library/common/browse_library.mako Tue Feb 22 10:38:35 2011 -0500 @@ -361,9 +361,7 @@ <div style="float: left; margin-left: 2px;" class="menubutton split popup" id="folder_img-${folder.id}-popup"><a class="folder-${encoded_id}-click" href="javascript:void(0);"> %if folder.deleted: - <span class="libraryItem-error"> - ${folder.name} - </span> + <span class="libraryItem-error">${folder.name}</span> %else: ${folder.name} %endif Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket