Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rally_user_management issue #25

Open
cktech1me opened this issue Dec 20, 2016 · 0 comments
Open

rally_user_management issue #25

cktech1me opened this issue Dec 20, 2016 · 0 comments

Comments

@cktech1me
Copy link

I would have issued a pull request (saw some weird permission issue)

rally_user_management.rb
pp.Project.ObjectID == project["ObjectID"] should be
(String(pp.Project.ObjectID) == project["ObjectID"])

wp.Workspace.ObjectID) == workspace["ObjectID"] should be
(String(wp.Workspace.ObjectID) == workspace["ObjectID"])

The above change fixes issues with upgrade mode
(Viewer overwriting Editor)

Also, if WorkspacePermission exists, it was still overwriting the workspace (thus using default permissions for the user) and erasing permissions on projects...

cktech

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant