Fixed breadcrumbs for reporting pages

This commit is contained in:
Erik Tiekstra
2021-10-06 08:38:42 +02:00
parent 5cee96951a
commit cc0a9aae7f
2 changed files with 17 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
export const DELTAGARE_REPORTING_ROUTES = {
'gemensam-planering': 'Gemensam planering',
'periodisk-redovisning': 'Periodisk redovisning',
avvikelserapport: 'Avvikelserapport',
};
export const NAVIGATION = {
administration: 'Administration',
personal: 'Hantera personalkonton',
@@ -9,4 +15,5 @@ export const NAVIGATION = {
'skapa-personalkonto': 'Skapa personalkonto',
obehorig: 'Saknar behörigheter',
tillganglighet: 'Tillgänglighetsredogörelse',
...DELTAGARE_REPORTING_ROUTES,
};