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

fix: members of managing space don't have the 3 dots menu displayed - EXO-74880 #405

Merged
merged 2 commits into from
Oct 23, 2024

Commits on Oct 23, 2024

  1. fix: [Process Space Managers] members of managing space don't have th…

    …e 3 dots menu displayed - EXO-74880 . (#402)
    
    Before this change, when set spaceX as processA manager space and userX member of spaceX access to process App and list porcessest, userX doesn't have the 3 dots menu displayed on.
    To resolve this problem, add isCanEdit and isCanDelete permission to all spaceX members and add to the check for who the 3 dots button is displayed if the user can edit it then he has permission to display the button. After this change, the 3 dots menu of processA is displayed for any spaceX member.
    
    (cherry picked from commit 959d270)
    akhanfir authored and Jihed525 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8e41ecd View commit details
    Browse the repository at this point in the history
  2. fix: [Process Space Managers] members of managing space don't have th…

    …e 3 dots menu displayed - EXO-74880 . (#403)
    
    Before this change, when set spaceX as processA manager space and userX member of spaceX access to process App and list porcessest, userX doesn't have the 3 dots menu displayed on.
    To resolve this problem, add isCanEdit and isCanDelete permission to all spaceX members and add to the check for who the 3 dots button is displayed if the user can edit it then he has permission to display the button. After this change, the 3 dots menu of processA is displayed for any spaceX member.
    
    (cherry picked from commit b9ca4fa)
    akhanfir authored and Jihed525 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    aec5b7c View commit details
    Browse the repository at this point in the history