stable

Clone or download

Read-only

feat(planned-iterations): Edit iteration

part of story #21385 display Program's iterations How to test: - Expand an iteration - Click on Edit --> There is a feedback info saying that you are editing an iteration blablabla - Edit the iteration's title and timeframe - Submit --> You are redirected to the planned-iterations app --> You iteration has been updated Change-Id: I88ba255999ba54e988eb23a4885efd656db9ab64

Modified Files

Name
M plugins/program_management/include/Adapter/Events/BuildRedirectFormActionEventProxy.php +14 −0 Go to diff View file
M plugins/program_management/include/Adapter/Redirections/IterationRedirectionParametersProxy.php +7 −1 Go to diff View file
M plugins/program_management/include/Domain/Events/BuildRedirectFormActionEvent.php +2 −0 Go to diff View file
M plugins/program_management/include/Domain/Redirections/BuildRedirectFormActionHandler.php +6 −0 Go to diff View file
M plugins/program_management/include/Domain/Redirections/IterationRedirectionParameters.php +3 −0 Go to diff View file
M plugins/program_management/scripts/planned-iterations/po/fr_FR.po +3 −0 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationCard.test.ts +34 −3 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationCard.vue +29 −1 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/PlannedIterationsSection.test.ts +1 −0 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/helpers/create-new-iteration-link-builder.test.ts +11 −2 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/helpers/create-new-iteration-link-builder.ts +13 −0 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/helpers/increment-iterations-retriever.test.ts +2 −0 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/type.ts +1 −0 Go to diff View file
M plugins/program_management/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po +7 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Events/BuildRedirectFormActionEventProxyTest.php +24 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Redirections/IterationRedirectionParametersProxyTest.php +17 −4 Go to diff View file
M plugins/program_management/tests/unit/Domain/Redirections/BuildRedirectFormActionHandlerTest.php +19 −0 Go to diff View file
M plugins/program_management/tests/unit/Stub/BuildRedirectFormActionEventStub.php +17 −3 Go to diff View file
M plugins/program_management/tests/unit/Stub/IterationRedirectionParametersStub.php +12 −1 Go to diff View file
M plugins/program_management/themes/planned-iterations/_iterations.scss +15 −0 Go to diff View file