mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
remove an extra F from the folder ID
This commit is contained in:
@@ -232,7 +232,7 @@ elif entity_name == "WorkflowInvocation":
|
||||
<% id = trans.security.encode_id( hda.id ) %>
|
||||
<%
|
||||
folder = hda.copied_from_library_dataset_dataset_association.library_dataset.folder
|
||||
folder_id = 'F' + trans.security.encode_id( folder.id )
|
||||
folder_id = trans.security.encode_id( folder.id )
|
||||
%>
|
||||
<div class="copied-from copied-from-library">
|
||||
<div class="header">
|
||||
|
||||
Reference in New Issue
Block a user