We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using v1.7.3, I've been able to create an event using the "-" character of Microsoft office (event url is /events/sa%E2%80%93lsia).
Now I need to edit the event but it fails to validate the url (that cannot be changed anymore)
I got the following error:
sa–lsia The value should match the following pattern: A-Za-z0-9_- (no spaces, letter or number at the end)
Why I was able to create the event with this url? Can we allow to change the url of an event? if the field is disabled, no validation should occour.
The text was updated successfully, but these errors were encountered:
0de85e6
cbellone
No branches or pull requests
Using v1.7.3, I've been able to create an event using the "-" character of Microsoft office (event url is /events/sa%E2%80%93lsia).
Now I need to edit the event but it fails to validate the url (that cannot be changed anymore)
I got the following error:
sa–lsia
The value should match the following pattern: A-Za-z0-9_- (no spaces, letter or number at the end)
Why I was able to create the event with this url?
Can we allow to change the url of an event?
if the field is disabled, no validation should occour.
The text was updated successfully, but these errors were encountered: