stable
Clone or download
Read-only
Given the backend fails to send a suitable error message in case of error (example: it sends the xdebug stack trace of a fatal error) Then the global error state should be displayed And there is no button to display more details. Part of story #13640: See minimal card display Change-Id: I307aecffb6176fd027d6cc70f101b47a855ac094
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/scripts/taskboard/src/components/App.test.ts | +3 | −4 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/App.vue | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/GlobalAppError.test.ts | +20 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/GlobalAppError.vue | +15 | −9 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/__snapshots__/GlobalAppError.test.ts.snap | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/error/error-actions.test.ts | +2 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/error/error-actions.ts | +2 | −1 | Go to diff View file |
D | plugins/taskboard/scripts/taskboard/src/store/error/error-getters.test.ts | +0 | −32 | Go to diff View file |
D | plugins/taskboard/scripts/taskboard/src/store/error/error-getters.ts | +0 | −24 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/error/error-mutations.test.ts | +9 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/error/error-mutations.ts | +2 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/error/module.ts | +9 | −5 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/type.d.ts | +0 | −4 | Go to diff View file |