2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-13 22:21:37 +00:00

Table default cols (#9868)

* Work in progress

- Seems to reset the columns on page refresh
- Probably related to the useLocalStorage hook

* Do not overwrite until the tablestate is loaded

* Prevent table fetch until data has been loaded from localStorage

* Improved persistance

* Adjust default column visibility

* Adjust playwright test
This commit is contained in:
Oliver
2025-06-26 15:27:26 +10:00
committed by GitHub
parent 8b4f9efa44
commit c283beedb3
21 changed files with 197 additions and 72 deletions

View File

@@ -364,7 +364,6 @@ test('Purchase Orders - Receive Items', async ({ browser }) => {
await clearTableFilters(page);
await page.getByRole('cell', { name: 'my-batch-code' }).first().waitFor();
await page.getByRole('cell', { name: 'bucket' }).first().waitFor();
});
test('Purchase Orders - Duplicate', async ({ browser }) => {