Allow selecting many for many-to-many
This commit is contained in:
parent
614bbb0412
commit
b2429e1fe0
|
@ -306,8 +306,9 @@
|
||||||
{:else if filter.type === FieldType.BB_REFERENCE}
|
{:else if filter.type === FieldType.BB_REFERENCE}
|
||||||
<FilterUsers
|
<FilterUsers
|
||||||
bind:value={filter.value}
|
bind:value={filter.value}
|
||||||
multiselect={filter.operator ===
|
multiselect={getSchema(filter).relationshipType ===
|
||||||
OperatorOptions.ContainsAny.value}
|
RelationshipType.MANY_TO_MANY ||
|
||||||
|
filter.operator === OperatorOptions.ContainsAny.value}
|
||||||
disabled={filter.noValue}
|
disabled={filter.noValue}
|
||||||
/>
|
/>
|
||||||
{:else}
|
{:else}
|
||||||
|
|
Loading…
Reference in New Issue