[hg] galaxy 3272: Bug fix for my last commit.
details: http://www.bx.psu.edu/hg/galaxy/rev/3ca480a2666b changeset: 3272:3ca480a2666b user: Greg Von Kuster <greg@bx.psu.edu> date: Tue Jan 26 14:03:48 2010 -0500 description: Bug fix for my last commit. diffstat: lib/galaxy/security/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 166348341193 -r 3ca480a2666b lib/galaxy/security/__init__.py --- a/lib/galaxy/security/__init__.py Tue Jan 26 13:26:42 2010 -0500 +++ b/lib/galaxy/security/__init__.py Tue Jan 26 14:03:48 2010 -0500 @@ -148,7 +148,7 @@ for action in self.get_actions(): these_perms[ action ] = [] # collect this dataset's perms - these_perms = self.get_dataset_permissions( dataset ) + these_perms = self.get_permissions( dataset ) # join or intersect this dataset's permissions with others for action, roles in these_perms.items(): if action not in perms.keys():
participants (1)
-
Greg Von Kuster