mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-25 00:27:32 +01:00
Fixed qr code scan URL paths
This commit is contained in:
@@ -117,12 +117,15 @@ class ApplicationAvailabilityFunctionalTest extends WebTestCase
|
||||
yield ['/select_api/measurement_unit'];
|
||||
|
||||
//Label test
|
||||
yield ['/scan'];
|
||||
yield ['/label/dialog'];
|
||||
yield ['/label/dialog?target_id=1&target_type=part'];
|
||||
yield ['/label/1/dialog'];
|
||||
yield ['/label/1/dialog?target_id=1&target_type=part&generate=1'];
|
||||
|
||||
//Scan test
|
||||
yield ['/scan']; //Interactive scan dialog
|
||||
yield ['/scan/part/1']; //Scan a part
|
||||
|
||||
//Tools
|
||||
yield ['/tools/reel_calc'];
|
||||
yield ['/tools/server_infos'];
|
||||
|
||||
Reference in New Issue
Block a user