Skip to content

GitHub Issue 947, 955 & 988#7518

Merged
XingY merged 3 commits intodevelopfrom
fb_mvtcOptions
Mar 25, 2026
Merged

GitHub Issue 947, 955 & 988#7518
XingY merged 3 commits intodevelopfrom
fb_mvtcOptions

Conversation

@XingY
Copy link
Contributor

@XingY XingY commented Mar 24, 2026

Rationale

947: multi value filters on saved view filter panel in LKS is broken
955: limit option length to 200
988: don't allow json array like values for text choice options

Related Pull Requests

Changes

// Not valid JSON, return null to fall through to default handling
}
}
return null;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure where this comment belongs, but if I go to the LKS grid filter modal for a MVTC field that has values like: "a, b" and "a;b". When I put them both in the filter modal or have multiple lines, it works as expected, but If I just try to include "a;b", it doesn't work. It turns that into an array of "a" and "b"

Image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please file a separate issue for this, unless this is newly introduced? We were not prioritizing LKS scenarios but might want this fixed before the LKS bug bash. This seems the same behavior as regular text field filtering.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@XingY XingY requested a review from cnathe March 25, 2026 20:19
@XingY XingY merged commit 0a40d45 into develop Mar 25, 2026
6 checks passed
@XingY XingY deleted the fb_mvtcOptions branch March 25, 2026 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants