stable
Clone or download
Read-only
This is part of story #20111 change features priority How to test: - Have some features in program backlog - Reorder elements - Refresh Expected results: - Elements keep their new places Note to reviewer: There is no ability to order element when you are moving it from PI to program backlog. This will be done in next patch because there is a part of refactoring that can be a little big and I didn't want to complicate this patch. Change-Id: I711fadcf853759f15ac7d665ac24a339d4793c47
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/scripts/program_management/src/helpers/ProgramIncrement/add-to-top-backlog.test.ts | +29 | −1 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/helpers/ProgramIncrement/add-to-top-backlog.ts | +22 | −1 | Go to diff View file |
A | plugins/program_management/scripts/program_management/src/helpers/feature-reordering.test.ts | +60 | −0 | Go to diff View file |
A | plugins/program_management/scripts/program_management/src/helpers/feature-reordering.ts | +80 | −0 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/actions.test.ts | +106 | −6 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/actions.ts | +41 | −1 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/index.ts | +1 | −1 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/mutations.test.ts | +64 | −1 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/mutations.ts | +111 | −82 | Go to diff View file |