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}
|
||||
<FilterUsers
|
||||
bind:value={filter.value}
|
||||
multiselect={filter.operator ===
|
||||
OperatorOptions.ContainsAny.value}
|
||||
multiselect={getSchema(filter).relationshipType ===
|
||||
RelationshipType.MANY_TO_MANY ||
|
||||
filter.operator === OperatorOptions.ContainsAny.value}
|
||||
disabled={filter.noValue}
|
||||
/>
|
||||
{:else}
|
||||
|
|
Loading…
Reference in New Issue