add volume
This commit is contained in:
parent
522328693d
commit
79cbb61ec3
2 changed files with 9 additions and 1 deletions
|
@ -261,6 +261,14 @@
|
|||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "volume",
|
||||
"title": "Volume",
|
||||
"type": "string",
|
||||
"columnWidth": 128,
|
||||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "language",
|
||||
"title": "Language",
|
||||
|
|
|
@ -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']);
|
||||
|
|
Loading…
Reference in a new issue