View | Details | Raw Unified | Return to bug 39320
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Home.vue (-2 / +2 lines)
Lines 18-26 export default { Link Here
18
            markRaw(ERMLatestSUSHIJobs),
18
            markRaw(ERMLatestSUSHIJobs),
19
            markRaw(ERMCounts),
19
            markRaw(ERMCounts),
20
            markRaw(ERMLicensesNeedingAction),
20
            markRaw(ERMLicensesNeedingAction),
21
        ]
21
        ];
22
        return {
22
        return {
23
            availableWidgets
23
            availableWidgets,
24
        };
24
        };
25
    },
25
    },
26
};
26
};
(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js (-1 / +1 lines)
Lines 23-28 import { $__ } from "@koha-vue/i18n"; Link Here
23
export const routes = [
23
export const routes = [
24
    {
24
    {
25
        path: "/cgi-bin/koha/erm/erm.pl",
25
        path: "/cgi-bin/koha/erm/erm.pl",
26
        name: "ERMHome",
26
        redirect: "/cgi-bin/koha/erm/home",
27
        redirect: "/cgi-bin/koha/erm/home",
27
        is_default: true,
28
        is_default: true,
28
        is_base: true,
29
        is_base: true,
29
- 

Return to bug 39320