Skip to content

Commit 9c77455

Browse files
Merge pull request #7279 from specify/issue-7251
Filter taxon name with COType when using QB
2 parents 413675f + 14821c2 commit 9c77455

File tree

1 file changed

+4
-0
lines changed
  • specifyweb/frontend/js_src/lib/components/QueryComboBox

1 file changed

+4
-0
lines changed

specifyweb/frontend/js_src/lib/components/QueryComboBox/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,10 @@ export function QueryComboBox({
544544
: fieldName === 'taxonTreeDefId'
545545
? {
546546
field: 'definition',
547+
queryBuilderFieldPath: [
548+
'definition',
549+
'id',
550+
],
547551
isRelationship: true,
548552
operation: 'in',
549553
isNot: false,

0 commit comments

Comments
 (0)