|
Lines 75-80
export const routes = [
Link Here
|
| 75 |
}, |
75 |
}, |
| 76 |
{ |
76 |
{ |
| 77 |
path: "/cgi-bin/koha/preservation/home.pl", |
77 |
path: "/cgi-bin/koha/preservation/home.pl", |
|
|
78 |
name: "Home", |
| 78 |
component: Home, |
79 |
component: Home, |
| 79 |
meta: { |
80 |
meta: { |
| 80 |
breadcrumb: () => [breadcrumbs.home, breadcrumbs.preservation_home], |
81 |
breadcrumb: () => [breadcrumbs.home, breadcrumbs.preservation_home], |
|
Lines 85-90
export const routes = [
Link Here
|
| 85 |
children: [ |
86 |
children: [ |
| 86 |
{ |
87 |
{ |
| 87 |
path: "", |
88 |
path: "", |
|
|
89 |
name: "TrainsList", |
| 88 |
component: TrainsList, |
90 |
component: TrainsList, |
| 89 |
meta: { |
91 |
meta: { |
| 90 |
breadcrumb: () => breadcrumb_paths.trains, |
92 |
breadcrumb: () => breadcrumb_paths.trains, |
|
Lines 95-100
export const routes = [
Link Here
|
| 95 |
children: [ |
97 |
children: [ |
| 96 |
{ |
98 |
{ |
| 97 |
path: "", |
99 |
path: "", |
|
|
100 |
name: "TrainsShow", |
| 98 |
component: TrainsShow, |
101 |
component: TrainsShow, |
| 99 |
meta: { |
102 |
meta: { |
| 100 |
breadcrumb: () => |
103 |
breadcrumb: () => |
|
Lines 109-114
export const routes = [
Link Here
|
| 109 |
children: [ |
112 |
children: [ |
| 110 |
{ |
113 |
{ |
| 111 |
path: "add", |
114 |
path: "add", |
|
|
115 |
name: "TrainsFormAddItem", |
| 112 |
component: TrainsFormAddItem, |
116 |
component: TrainsFormAddItem, |
| 113 |
meta: { |
117 |
meta: { |
| 114 |
breadcrumb: () => |
118 |
breadcrumb: () => |
|
Lines 120-125
export const routes = [
Link Here
|
| 120 |
}, |
124 |
}, |
| 121 |
{ |
125 |
{ |
| 122 |
path: "add/:item_ids", |
126 |
path: "add/:item_ids", |
|
|
127 |
name: "TrainsFormAddItems", |
| 123 |
component: TrainsFormAddItems, |
128 |
component: TrainsFormAddItems, |
| 124 |
meta: { |
129 |
meta: { |
| 125 |
breadcrumb: () => |
130 |
breadcrumb: () => |
|
Lines 131-136
export const routes = [
Link Here
|
| 131 |
}, |
136 |
}, |
| 132 |
{ |
137 |
{ |
| 133 |
path: "edit/:train_item_id", |
138 |
path: "edit/:train_item_id", |
|
|
139 |
name: "TrainsFormEditItem", |
| 134 |
component: TrainsFormAddItem, |
140 |
component: TrainsFormAddItem, |
| 135 |
meta: { |
141 |
meta: { |
| 136 |
breadcrumb: () => |
142 |
breadcrumb: () => |
|
Lines 146-151
export const routes = [
Link Here
|
| 146 |
}, |
152 |
}, |
| 147 |
{ |
153 |
{ |
| 148 |
path: "add", |
154 |
path: "add", |
|
|
155 |
name: "TrainsFormAdd", |
| 149 |
component: TrainsFormAdd, |
156 |
component: TrainsFormAdd, |
| 150 |
meta: { |
157 |
meta: { |
| 151 |
breadcrumb: () => |
158 |
breadcrumb: () => |
|
Lines 157-162
export const routes = [
Link Here
|
| 157 |
}, |
164 |
}, |
| 158 |
{ |
165 |
{ |
| 159 |
path: "edit/:train_id", |
166 |
path: "edit/:train_id", |
|
|
167 |
name: "TrainsFormEdit", |
| 160 |
component: TrainsFormAdd, |
168 |
component: TrainsFormAdd, |
| 161 |
meta: { |
169 |
meta: { |
| 162 |
breadcrumb: () => |
170 |
breadcrumb: () => |
|
Lines 170-175
export const routes = [
Link Here
|
| 170 |
}, |
178 |
}, |
| 171 |
{ |
179 |
{ |
| 172 |
path: "/cgi-bin/koha/preservation/waiting-list", |
180 |
path: "/cgi-bin/koha/preservation/waiting-list", |
|
|
181 |
name: "WaitingList", |
| 173 |
component: WaitingList, |
182 |
component: WaitingList, |
| 174 |
meta: { |
183 |
meta: { |
| 175 |
breadcrumb: () => [ |
184 |
breadcrumb: () => [ |
|
Lines 184-189
export const routes = [
Link Here
|
| 184 |
children: [ |
193 |
children: [ |
| 185 |
{ |
194 |
{ |
| 186 |
path: "", |
195 |
path: "", |
|
|
196 |
name: "Settings", |
| 187 |
component: Settings, |
197 |
component: Settings, |
| 188 |
meta: { |
198 |
meta: { |
| 189 |
breadcrumb: () => breadcrumb_paths.settings, |
199 |
breadcrumb: () => breadcrumb_paths.settings, |
|
Lines 194-199
export const routes = [
Link Here
|
| 194 |
children: [ |
204 |
children: [ |
| 195 |
{ |
205 |
{ |
| 196 |
path: ":processing_id", |
206 |
path: ":processing_id", |
|
|
207 |
name: "SettingsProcessingsShow", |
| 197 |
component: SettingsProcessingsShow, |
208 |
component: SettingsProcessingsShow, |
| 198 |
meta: { |
209 |
meta: { |
| 199 |
breadcrumb: () => |
210 |
breadcrumb: () => |
|
Lines 205-210
export const routes = [
Link Here
|
| 205 |
}, |
216 |
}, |
| 206 |
{ |
217 |
{ |
| 207 |
path: "add", |
218 |
path: "add", |
|
|
219 |
name: "SettingsProcessingsFormAdd", |
| 208 |
component: SettingsProcessingsFormAdd, |
220 |
component: SettingsProcessingsFormAdd, |
| 209 |
meta: { |
221 |
meta: { |
| 210 |
breadcrumb: () => |
222 |
breadcrumb: () => |
|
Lines 216-221
export const routes = [
Link Here
|
| 216 |
}, |
228 |
}, |
| 217 |
{ |
229 |
{ |
| 218 |
path: "edit/:processing_id", |
230 |
path: "edit/:processing_id", |
|
|
231 |
name: "SettingsProcessingsFormEdit", |
| 219 |
component: SettingsProcessingsFormAdd, |
232 |
component: SettingsProcessingsFormAdd, |
| 220 |
meta: { |
233 |
meta: { |
| 221 |
breadcrumb: () => |
234 |
breadcrumb: () => |
| 222 |
- |
|
|