add icma id

This commit is contained in:
j 2019-03-12 17:53:02 +00:00
parent 9f96292dde
commit 81d84635fc
2 changed files with 9 additions and 1 deletions

View file

@ -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",

View file

@ -314,7 +314,7 @@ pandora.ui.infoView = function(data) {
renderGroup(['actor']);
renderGroup(['filmingLocations']);
renderGroup(['imdbId', 'genre']);
renderGroup(['imdbId', 'icmaId', 'genre']);
if (canEdit) {
updateIMDb();