-
- Downloads
Only save changed dashboards (#29101) (#29187)
* only save changed dashboards
* test early return from save action
* remove problematic api wait for dashboard save
* deeply compare cards and add better tests
* update failing e2e test
Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com>
Showing
- e2e/support/helpers/e2e-dashboard-helpers.js 0 additions, 2 deletionse2e/support/helpers/e2e-dashboard-helpers.js
- e2e/test/scenarios/dashboard-filters/reproductions/22788-flter-cc-dropped-on-second-edit.cy.spec.js 7 additions, 0 deletions...ductions/22788-flter-cc-dropped-on-second-edit.cy.spec.js
- frontend/src/metabase/dashboard/actions/actions.unit.spec.js 37 additions, 0 deletionsfrontend/src/metabase/dashboard/actions/actions.unit.spec.js
- frontend/src/metabase/dashboard/actions/save.js 19 additions, 1 deletionfrontend/src/metabase/dashboard/actions/save.js
- frontend/src/metabase/dashboard/actions/utils.ts 32 additions, 0 deletionsfrontend/src/metabase/dashboard/actions/utils.ts
- frontend/src/metabase/dashboard/actions/utils.unit.spec.ts 204 additions, 0 deletionsfrontend/src/metabase/dashboard/actions/utils.unit.spec.ts
Please register or sign in to comment