Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (13 loc) · 1.03 KB

2021-01-19-implement-saving-grid-settings-at-user-in-admin-ui.md

File metadata and controls

13 lines (13 loc) · 1.03 KB
title issue
Implement saving grid settings at user in admin ui
NEXT-9589

Administration

  • Changed logic to save config from localStorage to database.
  • Added methods findUserSetting in /app/component/data-grid/sw-data-grid/index.js to get user config from api.
  • Added watch props compact and previews in /app/component/data-grid/sw-data-grid-settings/index.js.
  • Added props identifier at component sw-entity-listing in /module/sw-manufacturer/page/sw-manufacturer-list/sw-manufacturer-list.html.twig.
  • Added props identifier at component sw-entity-listing in /module/sw-product-stream/page/sw-product-stream-list/sw-product-stream-list.html.twig.
  • Added props identifier at component sw-entity-listing in /module/sw-promotion/page/sw-promotion-list/sw-promotion-list.html.twig.
  • Added props identifier at component sw-entity-listing in /module/sw-review/page/sw-review-list/sw-review-list.html.twig.
  • Deprecated methods initCompactModeAndShowPreviews in /app/component/data-grid/sw-data-grid/index.js.