2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-03-12 07:03:36 +00:00

Display more output information in "build allocated stock" table (#11276)

* Add "install_into_detail" to BuildItem serializer

* Enhance the "resolveItem" function

* Add "StockColumn" renderer

* Fix output column for BuildAllocatedStockTable

* Replace column in stock item table

* More column refactoring

* Bump API version

* Add InvenTreeOutputOption descriptions

* Prefetch for better API performance

* Updated playwright testing
This commit is contained in:
Oliver
2026-02-11 23:25:56 +11:00
committed by GitHub
parent e963b8219b
commit 3ebf27df36
11 changed files with 282 additions and 235 deletions

View File

@@ -470,8 +470,8 @@ test('Stock - Tracking', async ({ browser }) => {
.getByRole('cell', { name: 'Thumbnail Blue Widget' })
.first()
.waitFor();
await page.getByRole('cell', { name: 'Item ID 232' }).first().waitFor();
await page.getByRole('cell', { name: 'Serial #116' }).first().waitFor();
await page.getByText('# 162').first().waitFor();
});
test('Stock - Location', async ({ browser }) => {