From f664927b5f1d816d4b3f764a84678bb6a1b489e5 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 22 Jun 2023 14:31:25 +0530 Subject: [PATCH] columnRequired should not be set for non default keys --- pandora/config.padma.jsonc | 2 -- 1 file changed, 2 deletions(-) diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index bd8534ac..867d92ab 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -545,7 +545,6 @@ "title": "Director", "type": ["string"], "autocomplete": true, - "columnRequired": true, "columnWidth": 180, "sort": true, "sortType": "person" @@ -564,7 +563,6 @@ "title": "Featuring", "type": ["string"], "autocomplete": true, - "columnRequired": true, "columnWidth": 180, "filter": true, "sort": true,