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

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

Return to bug 41372