Skip to content

Commit a5a1ff1

Browse files
committed
feat: add user locale support, fix route names, improve procedure templates (#0000)
- Add locale property to App\Entity\User for UI language preferences - Add locale field to UserProfileType and sync to session on save - Extend UserController with locale syncing and quick profile generation - Fix breadcrumb parent routes (app_lander/wiki_lander → home) - Rename policy routes to use org_policy_ prefix for consistency - Update procedure bundle routes with /procedure prefix - Migrate procedure templates to module base template - Replace Font Awesome icons with LUX icons in procedure bundle - Fix Kaizen route names in admin index
1 parent bf01098 commit a5a1ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/WikiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct(private readonly EntityManagerInterface $em)
3333
#[Route('/wikis', name: 'wiki_index', methods: ['GET'])]
3434
#[Breadcrumb(
3535
label: 'Wikis',
36-
parentRoute: 'wiki_lander',
36+
parentRoute: 'home',
3737
icon: 'icon-lux-article',
3838
title: 'Browse all wikis',
3939
type: BreadcrumbType::TYPE_ENTITY_INDEX,

0 commit comments

Comments
 (0)