Skip to content

Conversation

nsdeschenes
Copy link
Contributor

This PR validates what fields do not allow wildcards for issues.

This PR also slightly tweaks the check for what value types we want to have directed to the operator before entering a value.

@nsdeschenes nsdeschenes requested a review from malwilley October 22, 2025 18:44
@nsdeschenes nsdeschenes marked this pull request as ready for review October 22, 2025 18:44
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Oct 22, 2025
cursor[bot]

This comment was marked as outdated.

return fieldDefinition.allowWildcard ?? true;
if (
fieldDefinition.valueType === FieldValueType.STRING ||
fieldDefinition.valueType === FieldValueType.NUMBER ||
Copy link
Member

@malwilley malwilley Oct 22, 2025

Choose a reason for hiding this comment

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

how do wildcards work with numbers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants