2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-14 22:51:30 +00:00

[PUI] Add "index" page for build orders (#8287)

* Add "index" page for build orders

- Make consistent with other pages
- Allow plugin panels here
- Prepare for future development

* Rearrange URLs for "manufacturing"

- Provide same format as other order types
- Allow for other sub-pages under "manufacturing" in the future

* Fix breadcrumbs

* Adjust playwright tests
This commit is contained in:
Oliver
2024-10-15 23:57:30 +11:00
committed by GitHub
parent fb9c117e37
commit e808fad98d
8 changed files with 41 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ test('Tables - Filters', async ({ page }) => {
await doQuickLogin(page);
// Head to the "build order list" page
await page.goto(`${baseUrl}/build/`);
await page.goto(`${baseUrl}/manufacturing/index/`);
await setFilter(page, 'Status', 'Complete');
await setFilter(page, 'Responsible', 'allaccess');