You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an user exports a page type to CSV it selects which fields to include. Next time the user selects the same page type the page should remember which fields were enabled the last time and apply the same selection automatically.
Store the selected fields for each exported page type in the browser using LocalStorage or a similar solution. Don't store them in cookies as they might grow too big in size.
The text was updated successfully, but these errors were encountered:
When an user exports a page type to CSV it selects which fields to include. Next time the user selects the same page type the page should remember which fields were enabled the last time and apply the same selection automatically.
Store the selected fields for each exported page type in the browser using LocalStorage or a similar solution. Don't store them in cookies as they might grow too big in size.
The text was updated successfully, but these errors were encountered: