add volume

This commit is contained in:
j 2019-10-14 14:32:54 +01:00
parent 522328693d
commit 79cbb61ec3
2 changed files with 9 additions and 1 deletions

View file

@ -261,6 +261,14 @@
"find": true,
"sort": true
},
{
"id": "volume",
"title": "Volume",
"type": "string",
"columnWidth": 128,
"find": true,
"sort": true
},
{
"id": "language",
"title": "Language",

View file

@ -230,7 +230,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
// Director, Year and Country ----------------------------------------------
renderGroup(['author', 'date', 'format']);
renderGroup(['publisher', 'place', 'series', 'language']);
renderGroup(['publisher', 'place', 'series', 'volume', 'language']);
renderGroup(['source', 'links']);
renderGroup(['movement', 'event', 'associatedgroups']);
renderGroup(['tags']);