stable
Clone or download
Read-only
No need to pass around properties when they are already available in the Vuex store. No functional changes. Part of story #13730: display columns Change-Id: Ic6ba7b83bddc91c30683b08476f72027f1d102ae
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/scripts/taskboard/index.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/App.test.ts | +3 | −7 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/App.vue | +1 | −10 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsError.test.ts | +6 | −7 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsError.vue | +4 | −6 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForAdmin.test.ts | +2 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForAdmin.vue | +3 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/__snapshots__/App.test.ts.snap | +2 | −7 | Go to diff View file |