enso-ui / ui

Laravel Enso UI
MIT License
9 stars 10 forks source link

User preferences are not longer working (4.9.0) #87

Closed robbykrlos closed 2 years ago

robbykrlos commented 2 years ago

This is a bug.

Prerequisites

Description

Until Laravel Enso 4.8.2, user session preferences were remembered. Take example of table search words, or columns selected for visibility.

Now, on 4.9.0, locally, and on https://www.laravel-enso.com preferences are not kept, and changing the menu is acting as a Reset (for tables). Similarly on Forms, the "changes" are lost.

aocneanu commented 2 years ago

Are you sure that you are using the latest table (UI) package?

robbykrlos commented 2 years ago

Are you sure that you are using the latest table (UI) package?

My bad, not the latest UI packages.

Works now with yarn upgrade today 2022-01-28.

Sorry.