You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
I get error once I want to update a milestone title with a phrase which had parenthesis. It happens on checking milestone new title is unique in its campaign.
I reached to a solution like this in searching, both front-end and back-end
title
.replace(/([-/\\^$*+?.()|[\]{}])/g, '\\$&')
.replace(/^\s+|\s+$|\s+(?=\s)/g, '')}\\s*`,
But I am not sure the above solution works and should be tested.
The text was updated successfully, but these errors were encountered:
aminlatifi
changed the title
Cannot update a milestone title to with a new phrase containing special characters
Cannot update a milestone title to a new phrase containing special characters
Sep 12, 2021
I get error once I want to update a milestone title with a phrase which had parenthesis. It happens on checking milestone new title is unique in its campaign.
I reached to a solution like this in searching, both front-end and back-end
But I am not sure the above solution works and should be tested.
The text was updated successfully, but these errors were encountered: