-
- Downloads
Fix settings left-hand nav being in opposite order in EE edition (#15607)
Updated the updateSectionsWithPlugins fn to sort the sections again after reducing by PLUGIN_ADMIN_SETTINGS_UPDATES, because those update functions might change the order of keys
Adding explicit order property for the items in SECTIONS to facilitate that re-sorting
Fix expected property type for SettingsEditorApp sections (which is truly an object, not an array), and fixed the null case accordingly
Incorporate Cypress test written by Nemanja
Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
Showing
- frontend/src/metabase/admin/settings/containers/SettingsEditorApp.jsx 1 addition, 1 deletion.../metabase/admin/settings/containers/SettingsEditorApp.jsx
- frontend/src/metabase/admin/settings/selectors.js 28 additions, 5 deletionsfrontend/src/metabase/admin/settings/selectors.js
- frontend/test/metabase/scenarios/admin/settings/settings.cy.spec.js 15 additions, 0 deletions...est/metabase/scenarios/admin/settings/settings.cy.spec.js
Please register or sign in to comment