Skip to content

rally_user_management issue #25

@cktech1me

Description

@cktech1me

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions