mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Fixed bug when sharing histories.
This commit is contained in:
@@ -617,7 +617,7 @@ class Universe( BaseController ):
|
||||
des.blurb = src.blurb
|
||||
des.peek = src.peek
|
||||
des.extension = src.extension
|
||||
des.dbkey = src.dbkey
|
||||
des.dbkey = str( src.dbkey )
|
||||
des.state = src.state
|
||||
des.metadata = src.metadata
|
||||
des.hid = src.hid
|
||||
|
||||
Reference in New Issue
Block a user