add issue

This commit is contained in:
j 2020-06-28 16:50:03 +02:00
parent 7049589f0e
commit e64c0c16e1
2 changed files with 9 additions and 1 deletions

View File

@ -292,6 +292,14 @@
"find": true,
"sort": true
},
{
"id": "issue",
"title": "Issue",
"type": "string",
"columnWidth": 128,
"find": true,
"sort": true
},
{
"id": "language",
"title": "Language",

View File

@ -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']);