stable

Clone or download

Read-only

request #22199 Error is thrown when user has not access to a team in Program service

How to reproduce: - Have a Program with 2 teams - Have a user that can not access to 1 team - In a feature, have 2 User Stories (one in each team) - With this user, go to Program service Expected results: - Before an error was displayed with a log to explain the problem ➡️ Now there are no errors in the UI ➡️ In a feature, there is only one US (only one where user has access to the project) Change-Id: I1c199c47be55674a1f6347cdfd57db5e73867fb2

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureChecker.php +6 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureCheckerTest.php +64 −77 Go to diff View file
A plugins/program_management/tests/unit/Stub/BuildPlanningStub.php +64 −0 Go to diff View file