add publication
This commit is contained in:
parent
f4159b6591
commit
978ee57e89
2 changed files with 18 additions and 3 deletions
11
config.jsonc
11
config.jsonc
|
@ -173,6 +173,17 @@
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"columnWidth": 128
|
"columnWidth": 128
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "publication",
|
||||||
|
"operator": "+",
|
||||||
|
"title": "Publication",
|
||||||
|
"type": "string",
|
||||||
|
"filter": true,
|
||||||
|
"find": true,
|
||||||
|
"sort": true,
|
||||||
|
"autocomplete": true,
|
||||||
|
"columnWidth": 256
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "author",
|
"id": "author",
|
||||||
"operator": "+",
|
"operator": "+",
|
||||||
|
|
|
@ -229,10 +229,14 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
||||||
|
|
||||||
// Director, Year and Country ----------------------------------------------
|
// Director, Year and Country ----------------------------------------------
|
||||||
|
|
||||||
renderGroup(['group', 'date', 'format']);
|
renderGroup(['group', 'author']);
|
||||||
renderGroup(['author', 'publisher', 'place', 'series', 'volume', 'language']);
|
renderGroup(['publication']);
|
||||||
|
renderGroup(['date', 'format']);
|
||||||
|
renderGroup(['place', 'language']);
|
||||||
|
renderGroup(['publisher', 'series', 'volume']);
|
||||||
renderGroup(['source', 'links']);
|
renderGroup(['source', 'links']);
|
||||||
renderGroup(['movement', 'event', 'associatedgroups', 'relatedpeople']);
|
renderGroup(['movement', 'event'];
|
||||||
|
renderGroup(['associatedgroups', 'relatedpeople']);
|
||||||
renderGroup(['tactics']);
|
renderGroup(['tactics']);
|
||||||
renderGroup(['tags']);
|
renderGroup(['tags']);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue