list categories
This commit is contained in:
parent
0b8d9bd04b
commit
c8e6bc8f83
2 changed files with 6 additions and 16 deletions
13
config.jsonc
13
config.jsonc
|
@ -519,17 +519,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "project",
|
||||
"title": "Project",
|
||||
"type": "string",
|
||||
"autocomplete": true,
|
||||
"description": true,
|
||||
"columnWidth": 120,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "categories",
|
||||
"title": "Categories",
|
||||
|
@ -1160,7 +1149,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"findDocuments": {"conditions": [], "operator": "&"},
|
||||
"followPlayer": true,
|
||||
"help": "",
|
||||
"icons": "posters",
|
||||
"icons": "frames",
|
||||
"infoIconSize": 256,
|
||||
"item": "",
|
||||
"itemFind": "",
|
||||
|
|
|
@ -229,7 +229,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
|||
// Source & Project --------------------------------------------------------
|
||||
if (!isMultiple) {
|
||||
|
||||
['source', 'project'].forEach(function(key) {
|
||||
['source'].forEach(function(key) {
|
||||
if (canEdit || data[key]) {
|
||||
var $div = $('<div>')
|
||||
.addClass('OxSelectable')
|
||||
|
@ -325,12 +325,13 @@ pandora.ui.infoView = function(data, isMixed) {
|
|||
|
||||
renderGroup(['date', 'language']);
|
||||
|
||||
renderGroup(['director', 'featuring']);
|
||||
//renderGroup(['director', 'featuring']);
|
||||
if (isMultiple) {
|
||||
renderGroup(['source', 'project']);
|
||||
renderGroup(['source']);
|
||||
}
|
||||
|
||||
renderGroup(['topic']);
|
||||
renderGroup(['categories']);
|
||||
|
||||
|
||||
// Summary -------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue