mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 11:09:29 +00:00
Use underscore in route paths instead of hyphens to match the other path styles
This commit is contained in:
parent
d2b605edc0
commit
702e5c8732
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ use Symfony\Component\HttpFoundation\JsonResponse;
|
|||
use Symfony\Component\Routing\Attribute\Route;
|
||||
use App\Entity\UserSystem\User;
|
||||
|
||||
#[Route('/tools/bulk-info-provider-import')]
|
||||
#[Route('/tools/bulk_info_provider_import')]
|
||||
class BulkInfoProviderImportController extends AbstractController
|
||||
{
|
||||
public function __construct(
|
||||
|
|
|
|||
|
|
@ -13910,7 +13910,7 @@ Please note, that you can not impersonate a disabled user. If you try you will g
|
|||
<unit id="Jxg8Jia" name="bulk_info_provider_import_job.label">
|
||||
<segment>
|
||||
<source>bulk_info_provider_import_job.label</source>
|
||||
<target>Bulk Info Provider Import</target>
|
||||
<target>Bulk info provider import</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="SV1_VvJ" name="bulk_info_provider_import_job_part.label">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue