stable

Clone or download

Read-only

In ProgramIdentifier add check that user can access to the program

This is part of story #20111 change features priority No functional changes. Change-Id: Id099444bb22ff62c09ba404ae3cea6f3ca704fef

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Feature/Content/FeatureContentRetriever.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Plan/PlanProgramAdapter.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Plan/ProgramAdapter.php +10 −9 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Content/ContentModifier.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Plan/BuildProgram.php +2 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/ProgramIdentifier.php +4 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/ProgramSearcher.php +6 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Content/FeatureAdditionProcessorTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Content/FeatureRemovalProcessorTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementTrackerConfigurationBuilderTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ProgramIncrementsRetrieverTest.php +5 −5 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/Rank/FeaturesRankOrdererTest.php +2 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilderTest.php +15 −10 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionBuilderTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/MassChangeTopBacklogActionProcessorTest.php +9 −6 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ProcessTopBacklogChangeTest.php +8 −8 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionFactoryTest.php +3 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionTest.php +2 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureElementsRetrieverTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureRepresentationBuilderTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureCheckerTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Feature/VerifyIsVisibleFeatureAdapterTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Plan/PlanProgramAdapterTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Plan/PrioritizeFeaturesPermissionVerifierTest.php +4 −4 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Plan/ProgramAdapterTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/DisplayProgramBacklogControllerTest.php +1 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/Feature/FeatureIdentifierTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/FeatureAdditionTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Content/FeatureRemovalTest.php +2 −2 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/PlanningCheck/ConfigurationCheckerTest.php +5 −6 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/ProgramSearcherTest.php +6 −3 Go to diff View file
M plugins/program_management/tests/unit/Stub/BuildProgramStub.php +2 −2 Go to diff View file