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:
@@ -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');
|
||||
|
Reference in New Issue
Block a user