list categories
This commit is contained in:
parent
0b8d9bd04b
commit
c8e6bc8f83
2 changed files with 6 additions and 16 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue