link multiple id autocomple conflict fix

This commit is contained in:
Yuri Kuznetsov
2024-07-05 19:32:13 +03:00
parent a6db71957a
commit 7bcd347f2d
+2 -1
View File
@@ -493,7 +493,8 @@ class LinkMultipleFieldView extends BaseFieldView {
const notSelectedFilter = this.ids && this.ids.length ?
{
id: {
// Prefix to prevent conflict when the 'id' field is in filters.
_id: {
type: 'notIn',
attribute: 'id',
value: this.ids,