codepress / admin-columns-issues

Issues for Admin Columns Pro
https://www.admincolumns.com/
11 stars 0 forks source link

Different databse storage for the list screen #1287

Closed tobiasschutter closed 4 years ago

tobiasschutter commented 5 years ago

The data for the list screens are stored in the options table using two keys: cpac_options_{$type}{$id} : Contains the column settings cpac_layouts{$type}{$id} : Contains the layout settings (name, roles, users)

Issues:

We can resolve these issues by storing the $id and $type separately.

Possible solutions:

tobiasschutter commented 4 years ago

https://github.com/codepress/admin-columns/tree/release/4.0