stable
Clone or download
Read-only
This is part of story #18408 plan Features in Program Increment How to test: * Move feature from PI to PI * Press F5 Expected results: * You must confirm your action before to quit the page Change-Id: I23816d404f2b7f4804c68d9e6864279e2e393874
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/scripts/program_management/src/components/App.vue | +14 | −1 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/actions.ts | +27 | −23 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/getters.test.ts | +17 | −0 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/getters.ts | +3 | −0 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/mutations.test.ts | +46 | −0 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/mutations.ts | +14 | −0 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/state.ts | +1 | −0 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/type.ts | +1 | −0 | Go to diff View file |