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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/routes/preservation.js (-1 / +2 lines)
Lines 128-133 export const routes = [ Link Here
128
                    },
128
                    },
129
                    {
129
                    {
130
                        path: "processings",
130
                        path: "processings",
131
                        title: $__("Processings"),
132
                        disabled: true,
131
                        children: [
133
                        children: [
132
                            {
134
                            {
133
                                path: ":processing_id",
135
                                path: ":processing_id",
134
- 

Return to bug 41364