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

Fix regex which matches for generateUuid() in the template #341

Merged
merged 1 commit into from
Oct 12, 2022

Conversation

elpoelma
Copy link
Contributor

The previous regex did not escape some characters which caused the match to fail. Partly a solution for https://binnenland.atlassian.net/jira/software/c/projects/GN/boards/4?modal=detail&selectedIssue=GN-3682.

@elpoelma elpoelma added the bug Something isn't working label Oct 12, 2022
@elpoelma elpoelma requested a review from abeforgit October 12, 2022 09:22
@elpoelma elpoelma self-assigned this Oct 12, 2022
@elpoelma elpoelma requested a review from lagartoverde October 12, 2022 09:33
@elpoelma
Copy link
Contributor Author

Copy link
Member

@nvdk nvdk left a comment

Choose a reason for hiding this comment

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

works!

@nvdk nvdk merged commit ccd5e9a into master Oct 12, 2022
@nvdk nvdk deleted the fix/uuid-matcher branch October 12, 2022 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants