1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/commits/b7d851e1c64c/
Changeset: b7d851e1c64c
User: martenson
Date: 2014-08-28 16:57:30
Summary: no need to expose the method through API anymore
Affected #: 1 file
diff -r 44ed4f6424270850a56c44f85be4a8ad37a2879a -r
b7d851e1c64c79f0c75e4a746e127a5c3832129d lib/galaxy/webapps/galaxy/api/libraries.py
--- a/lib/galaxy/webapps/galaxy/api/libraries.py
+++ b/lib/galaxy/webapps/galaxy/api/libraries.py
@@ -342,6 +342,7 @@
raise exceptions.InternalServerError( 'Error loading from the
database.' + str(e))
return role
+
@expose_api
def set_permissions( self, trans, encoded_library_id, **kwd ):
"""
@@ -485,7 +486,7 @@
return dict( access_library_role_list=access_library_role_list,
modify_library_role_list=modify_library_role_list,
manage_library_role_list=manage_library_role_list,
add_library_item_role_list=add_library_item_role_list )
- @expose_api
+
def set_permissions_old( self, trans, library, payload, **kwd ):
"""
*** old implementation for backward compatibility ***
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.