Lines 135-142
Link Here
|
135 |
<thead> |
135 |
<thead> |
136 |
<tr> |
136 |
<tr> |
137 |
<th>Request ID</th> |
137 |
<th>Request ID</th> |
138 |
<th>Author</th> |
138 |
[% FOR field IN metadata_fields %] |
139 |
<th>Title</th> |
139 |
<th>[% field.name | html %] </th> |
|
|
140 |
[% END %] |
140 |
<th>Requested from</th> |
141 |
<th>Requested from</th> |
141 |
<th>Request type</th> |
142 |
<th>Request type</th> |
142 |
<th>Status</th> |
143 |
<th>Status</th> |
Lines 346-365
Link Here
|
346 |
return data; |
347 |
return data; |
347 |
}, |
348 |
}, |
348 |
}, |
349 |
}, |
|
|
350 |
[% FOR field IN metadata_fields %] |
349 |
{ |
351 |
{ |
350 |
data: 'author', |
352 |
data: '[% field.key | html %]', |
351 |
sortable: false, |
353 |
sortable: false, |
352 |
render: (data, type, row, meta) => { |
354 |
render: (data, type, row, meta) => { |
353 |
return display_extended_attribute(row, 'author'); |
355 |
return display_extended_attribute(row, '[% field.key | html %]'); |
354 |
}, |
|
|
355 |
}, |
356 |
{ |
357 |
data: 'title', |
358 |
sortable: false, |
359 |
render: (data, type, row, meta) => { |
360 |
return display_extended_attribute(row, 'title'); |
361 |
}, |
356 |
}, |
362 |
}, |
357 |
}, |
|
|
358 |
[% END %] |
363 |
{ |
359 |
{ |
364 |
data: 'ill_backend_id', |
360 |
data: 'ill_backend_id', |
365 |
sortable: true, |
361 |
sortable: true, |