From 81d84635fca8057faba197fa00794f95d42a14c3 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 12 Mar 2019 17:53:02 +0000 Subject: [PATCH] add icma id --- config.jsonc | 8 ++++++++ static/js/infoView.cms.js | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index 98a8df5..d065a1e 100644 --- a/config.jsonc +++ b/config.jsonc @@ -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", diff --git a/static/js/infoView.cms.js b/static/js/infoView.cms.js index 894215c..b1cbe4e 100644 --- a/static/js/infoView.cms.js +++ b/static/js/infoView.cms.js @@ -314,7 +314,7 @@ pandora.ui.infoView = function(data) { renderGroup(['actor']); renderGroup(['filmingLocations']); - renderGroup(['imdbId', 'genre']); + renderGroup(['imdbId', 'icmaId', 'genre']); if (canEdit) { updateIMDb();