add issue
This commit is contained in:
parent
7049589f0e
commit
e64c0c16e1
2 changed files with 9 additions and 1 deletions
|
@ -292,6 +292,14 @@
|
|||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "issue",
|
||||
"title": "Issue",
|
||||
"type": "string",
|
||||
"columnWidth": 128,
|
||||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "language",
|
||||
"title": "Language",
|
||||
|
|
|
@ -233,7 +233,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
|||
renderGroup(['publication']);
|
||||
renderGroup(['date', 'format']);
|
||||
renderGroup(['place', 'language']);
|
||||
renderGroup(['publisher', 'series', 'volume']);
|
||||
renderGroup(['publisher', 'series', 'volume', 'issue']);
|
||||
renderGroup(['source', 'links']);
|
||||
renderGroup(['movement', 'event']);
|
||||
renderGroup(['associatedgroups', 'relatedpeople']);
|
||||
|
|
Loading…
Reference in a new issue