fix(backend): import session metadata (#12184)

* add storage for historic import metadata for reporting and display purposes

fixes breakage fromhttps://github.com/inventree/InvenTree/pull/12169

* add api bump

* re-enable test

* fix migration

* ensure session is not overwritten

* fix statusrender without custom key
This commit is contained in:
Matthias Mair
2026-06-18 08:10:32 +10:00
committed by GitHub
parent c262efb25f
commit f602714dc9
11 changed files with 69 additions and 14 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ test('Importing - Admin Center', async ({ browser }) => {
await page.getByRole('button', { name: 'Close' }).click();
// Confirmation of full import success
// await page.getByRole('cell', { name: '3 / 3' }).first().waitFor();
await page.getByRole('cell', { name: '3 / 3' }).first().waitFor();
// Manually delete records
await page.getByRole('checkbox', { name: 'Select all records' }).check();