add icma id
This commit is contained in:
parent
9f96292dde
commit
81d84635fc
2 changed files with 9 additions and 1 deletions
|
@ -770,6 +770,14 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"secondaryId": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "icmaId",
|
||||
"title": "Indiancine.ma ID",
|
||||
"type": "string",
|
||||
"columnWidth": 90,
|
||||
"secondaryId": true,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "comments",
|
||||
"title": "Comments",
|
||||
|
|
|
@ -314,7 +314,7 @@ pandora.ui.infoView = function(data) {
|
|||
renderGroup(['actor']);
|
||||
renderGroup(['filmingLocations']);
|
||||
|
||||
renderGroup(['imdbId', 'genre']);
|
||||
renderGroup(['imdbId', 'icmaId', 'genre']);
|
||||
|
||||
if (canEdit) {
|
||||
updateIMDb();
|
||||
|
|
Loading…
Reference in a new issue