Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a bug with the Multiselect 'selectedItemsLabel' option. #5324

Conversation

bfaulk96
Copy link

setting a 'selectedItemsLabel' required that the user supply '{}' in the desired label or an error occurred, since the regex assumed it would always find the '{}'. This fix first searches the label for the regex before grabbing the first matching instance of the regex

###Defect Fixes
This is associated with issue #4905

…equired that the user supply '{}' in the desired label or an error occurred, since the regex assumed it would always find the '{}'.
@cagataycivici
Copy link
Member

Merged

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