-
- Downloads
Fix issue where reverted question does not use parameter values (#38321)
Makes sure we pass the parameter values to the question when running it after a user reverts to an older version. Resolves metabase#38176. * Pass correct shape of parameters to question * Add reproduction for #38176, where a reverted question does not use the parameters * Reduce paramterValues to the correct format instead of using internal field * Add issue specifier to test Co-authored-by:Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> * Create test question with relevant name Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> * Avoid setting delay on input * Fix text in cell * Simplify selectors for button * Add comment on parameterValues building --------- Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
Showing
- e2e/test/scenarios/question/reproductions/38176-revert-to-previous-does-not-honor-parameters.cy.spec.js 51 additions, 0 deletions...6-revert-to-previous-does-not-honor-parameters.cy.spec.js
- frontend/src/metabase/query_builder/actions/core/core.js 13 additions, 1 deletionfrontend/src/metabase/query_builder/actions/core/core.js
Please register or sign in to comment