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, "find": true,
"sort": true "sort": true
}, },
{
"id": "issue",
"title": "Issue",
"type": "string",
"columnWidth": 128,
"find": true,
"sort": true
},
{ {
"id": "language", "id": "language",
"title": "Language", "title": "Language",

View file

@ -233,7 +233,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
renderGroup(['publication']); renderGroup(['publication']);
renderGroup(['date', 'format']); renderGroup(['date', 'format']);
renderGroup(['place', 'language']); renderGroup(['place', 'language']);
renderGroup(['publisher', 'series', 'volume']); renderGroup(['publisher', 'series', 'volume', 'issue']);
renderGroup(['source', 'links']); renderGroup(['source', 'links']);
renderGroup(['movement', 'event']); renderGroup(['movement', 'event']);
renderGroup(['associatedgroups', 'relatedpeople']); renderGroup(['associatedgroups', 'relatedpeople']);