mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-10 09:18:33 +01:00
Renamed device_* routes to project_* routes
This commit is contained in:
@@ -113,7 +113,7 @@ class EntityURLGenerator
|
||||
//As long we does not have own things for it use edit page
|
||||
AttachmentType::class => 'attachment_type_edit',
|
||||
Category::class => 'category_edit',
|
||||
Project::class => 'device_edit',
|
||||
Project::class => 'project_edit',
|
||||
Supplier::class => 'supplier_edit',
|
||||
Manufacturer::class => 'manufacturer_edit',
|
||||
Storelocation::class => 'store_location_edit',
|
||||
@@ -204,7 +204,7 @@ class EntityURLGenerator
|
||||
//As long we does not have own things for it use edit page
|
||||
AttachmentType::class => 'attachment_type_edit',
|
||||
Category::class => 'category_edit',
|
||||
Project::class => 'device_edit',
|
||||
Project::class => 'project_info',
|
||||
Supplier::class => 'supplier_edit',
|
||||
Manufacturer::class => 'manufacturer_edit',
|
||||
Storelocation::class => 'store_location_edit',
|
||||
@@ -234,7 +234,7 @@ class EntityURLGenerator
|
||||
Part::class => 'part_edit',
|
||||
AttachmentType::class => 'attachment_type_edit',
|
||||
Category::class => 'category_edit',
|
||||
Project::class => 'device_edit',
|
||||
Project::class => 'project_edit',
|
||||
Supplier::class => 'supplier_edit',
|
||||
Manufacturer::class => 'manufacturer_edit',
|
||||
Storelocation::class => 'store_location_edit',
|
||||
@@ -264,7 +264,7 @@ class EntityURLGenerator
|
||||
Part::class => 'part_new',
|
||||
AttachmentType::class => 'attachment_type_new',
|
||||
Category::class => 'category_new',
|
||||
Project::class => 'device_new',
|
||||
Project::class => 'project_new',
|
||||
Supplier::class => 'supplier_new',
|
||||
Manufacturer::class => 'manufacturer_new',
|
||||
Storelocation::class => 'store_location_new',
|
||||
@@ -340,7 +340,7 @@ class EntityURLGenerator
|
||||
Part::class => 'part_delete',
|
||||
AttachmentType::class => 'attachment_type_delete',
|
||||
Category::class => 'category_delete',
|
||||
Project::class => 'device_delete',
|
||||
Project::class => 'project_delete',
|
||||
Supplier::class => 'supplier_delete',
|
||||
Manufacturer::class => 'manufacturer_delete',
|
||||
Storelocation::class => 'store_location_delete',
|
||||
|
||||
Reference in New Issue
Block a user