fix(jsf): add navigation-cases for users/roles/audit/settings breadcrumb outcomes
This commit is contained in:
@@ -48,6 +48,34 @@
|
||||
<redirect />
|
||||
</navigation-case>
|
||||
|
||||
<navigation-case>
|
||||
<description>Breadcrumb section Utilisateurs</description>
|
||||
<from-outcome>/user-manager/users</from-outcome>
|
||||
<to-view-id>/pages/user-manager/users/list.xhtml</to-view-id>
|
||||
<redirect />
|
||||
</navigation-case>
|
||||
|
||||
<navigation-case>
|
||||
<description>Breadcrumb section Rôles</description>
|
||||
<from-outcome>/user-manager/roles</from-outcome>
|
||||
<to-view-id>/pages/user-manager/roles/list.xhtml</to-view-id>
|
||||
<redirect />
|
||||
</navigation-case>
|
||||
|
||||
<navigation-case>
|
||||
<description>Breadcrumb section Audit</description>
|
||||
<from-outcome>/user-manager/audit</from-outcome>
|
||||
<to-view-id>/pages/user-manager/audit/logs.xhtml</to-view-id>
|
||||
<redirect />
|
||||
</navigation-case>
|
||||
|
||||
<navigation-case>
|
||||
<description>Breadcrumb section Paramètres</description>
|
||||
<from-outcome>/user-manager/settings</from-outcome>
|
||||
<to-view-id>/pages/user-manager/settings.xhtml</to-view-id>
|
||||
<redirect />
|
||||
</navigation-case>
|
||||
|
||||
<!-- ================================================================
|
||||
DASHBOARD & ACCUEIL
|
||||
================================================================ -->
|
||||
|
||||
Reference in New Issue
Block a user