mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 23:56:51 +00:00
Show all conditions for predicates
This commit is contained in:
2
view.js
2
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($('<option/>'), value.value, struct.translateValue));
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user