stable
Clone or download
Read-only
This is part of story #20111 change features priority How to test: - Have a PI with features - D'n'd feature from PI to backlog Expected results: - You can position the feature when you drop it - Refresh the page - The feature keeps the place Change-Id: I7a67b83186b9b3dbf57145e576f26a8f9ca10a64
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/scripts/program_management/src/helpers/ProgramIncrement/add-to-top-backlog.test.ts | +44 | −5 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/helpers/ProgramIncrement/add-to-top-backlog.ts | +35 | −9 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/helpers/feature-moving.test.ts | +71 | −22 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/helpers/feature-moving.ts | +25 | −2 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/helpers/feature-reordering.test.ts | +83 | −32 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/helpers/feature-reordering.ts | +34 | −28 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/getters.test.ts | +53 | −0 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/getters.ts | +36 | −0 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/mutations.test.ts | +108 | −56 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/mutations.ts | +43 | −32 | Go to diff View file |