commit/galaxy-central: jmchilton: Fix library permissions API controller.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a0ccb7e6bfdf/ Changeset: a0ccb7e6bfdf Branch: stable User: jmchilton Date: 2014-04-17 20:46:57 Summary: Fix library permissions API controller. Affected #: 1 file diff -r c05752549163e2b3b6aeddbab8019af06443c461 -r a0ccb7e6bfdfe5058561e709a81dee9f26e5c991 lib/galaxy/webapps/galaxy/api/permissions.py --- a/lib/galaxy/webapps/galaxy/api/permissions.py +++ b/lib/galaxy/webapps/galaxy/api/permissions.py @@ -47,6 +47,6 @@ trans.app.security_agent.copy_library_permissions( trans, library, library.root_folder ) message = "Permissions updated for library '%s'." % library.name - item = library.to_dict( view='element' ) + item = library.to_dict( view='element', value_mapper={ 'id' : trans.security.encode_id , 'root_folder_id' : trans.security.encode_id } ) return item 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)
-
commits-noreply@bitbucket.org