From 7eb62e2317ff5a7ee701de313b7e35475408998b Mon Sep 17 00:00:00 2001 From: Misode Date: Fri, 13 Dec 2019 23:25:37 +0100 Subject: [PATCH] Show all conditions for predicates --- view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view.js b/view.js index c15fd461..925b7b82 100644 --- a/view.js +++ b/view.js @@ -188,7 +188,7 @@ function generateEnum(data, struct) { } for (let value of collection) { if (typeof value === 'object') { - if (value.require.includes(correctNamespace(table.type))) { + if (structure.id === 'predicate' || value.require.includes(correctNamespace(table.type))) { $el.find('select').append(setValueAndName($('